Changeset 511
- Timestamp:
- 08/21/06 13:38:12 (2 years ago)
- Files:
-
- devel/units/templates/template_actions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
devel/units/templates/template_actions.php
r509 r511 5 5 global $template; 6 6 7 if (isset($_REQUEST['action']) && logged_on && !$CFG->dis pable_templatechanging) {7 if (isset($_REQUEST['action']) && logged_on && !$CFG->disable_templatechanging) { 8 8 9 9 switch($_REQUEST['action']) {
