Changeset 727 for trunk/phpbms/include/tables.php
- Timestamp:
- 01/07/10 11:16:05 (2 years ago)
- Files:
-
- 1 modified
-
trunk/phpbms/include/tables.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/phpbms/include/tables.php
r703 r727 822 822 case "save": 823 823 824 if(!hasRights($this->editroleid)) 825 goURL(APP_PATH."noaccess.php"); 826 824 827 $variables = $this->prepareVariables($_POST); 825 828 $errorArray = $this->verifyVariables($variables);