Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
| revision 1.9.2.1, Sun Dec 28 04:04:43 2008 UTC | revision 1.9.2.2, Sun Dec 28 05:05:32 2008 UTC | |
|---|---|---|
| # | Line 171 function formupdater_convert($type, $arg | Line 171 function formupdater_convert($type, $arg |
| 171 | } | } |
| 172 | } | } |
| 173 | ||
| 174 | $name = $form['#name']; | $name = isset($form['#name']) ? $form['#name'] : ''; |
| 175 | unset($form['#name']); | unset($form['#name']); |
| 176 | $return[$name] = $form; | $return[$name] = $form; |
| 177 | $return['note'] = $note; | $return['note'] = $note; |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |