Changeset 80 for trunk/www/Application/View/User.php
- Timestamp:
- Oct 21, 2009, 10:24:50 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/www/Application/View/User.php
r78 r80 145 145 $UserOptions = new Form($this->System, $this->OptionsFormClass); 146 146 $UserOptions->LoadValuesFromDatabase($this->System->Modules['User']->Data['Id']); 147 $UserOptions->OnSubmit = '?Module=User&Action= UserOptionsSave';147 $UserOptions->OnSubmit = '?Module=User&Action=OptionsSave'; 148 148 $Output = $UserOptions->ShowEditForm(); 149 149 return($Output);
Note:
See TracChangeset
for help on using the changeset viewer.