Changeset 1659 for trunk/gregarius/admin/items.php
- Timestamp:
- 01/07/07 18:43:13 (23 months ago)
- Files:
-
- 1 modified
-
trunk/gregarius/admin/items.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/gregarius/admin/items.php
r1597 r1659 155 155 156 156 if (array_key_exists(CST_ADMIN_CONFIRMED,$_REQUEST)) { 157 158 159 160 // Possible fix for #207: max out execution time 161 // to avoid timeouts 162 @set_time_limit(0); 163 @ini_set('max_execution_time', (10 * count($this->chans) + 300)); 164 165 166 157 167 //echo "<pre>\n"; 158 168 //delete the tags for these items
