Changeset e877681 in github
- Timestamp:
- Oct 3, 2011 5:25:33 AM (21 months ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.7, release-0.8
- Children:
- 56ec81c
- Parents:
- e750d1b
- Files:
-
- 2 edited
-
CHANGELOG (modified) (1 diff)
-
program/include/clisetup.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
CHANGELOG
r14d494f re877681 2 2 =========================== 3 3 4 - Disable time limit for CLI scripts (#1488109) 4 5 - Fix misleading display when chaning editor type (#1488104) 5 6 - Add loading indicator on contact delete -
program/include/clisetup.php
r4351f7c re877681 26 26 require_once INSTALL_PATH . 'program/include/iniset.php'; 27 27 28 // Unset max. execution time limit, set to 120 seconds in iniset.php 29 @set_time_limit(0); 28 30 29 31 /**
Note: See TracChangeset
for help on using the changeset viewer.
