Changeset 9 for branches/portal_by_daris/admin
- Timestamp:
- 02/08/09 08:50:31 (3 years ago)
- Files:
-
- 1 modified
-
branches/portal_by_daris/admin/panels.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/portal_by_daris/admin/panels.php
r5 r9 44 44 $location = intval($_POST['location']); 45 45 $file = $_POST['file']; 46 $position = intval($_POST['position']);46 $position = /*intval($_POST['position'])*/0; 47 47 48 48 ($hook = get_hook('afo_add_forum_form_submitted')) ? eval($hook) : null;