Changeset b1fa85b7 in github
- Timestamp:
- Mar 4, 2012 3:03:26 AM (15 months ago)
- Branches:
- release-0.7
- Children:
- b1a8dab
- Parents:
- 4ffa559
- Files:
-
- 2 edited
-
CHANGELOG (modified) (1 diff)
-
program/include/iniset.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
CHANGELOG
r4ffa559 rb1fa85b7 2 2 =========================== 3 3 4 - Disable E_STRICT warnings on PHP 5.4 4 5 - Prevent from folder selection on virtual folder collapsing (#1488346) 5 6 - Fix automatic unsubscribe of non-existent folders -
program/include/iniset.php
r0d114ef rb1fa85b7 66 66 } 67 67 68 ini_set('error_reporting', E_ALL &~E_NOTICE);68 ini_set('error_reporting', E_ALL &~ (E_NOTICE | E_STRICT)); 69 69 70 70 // increase maximum execution time for php scripts
Note: See TracChangeset
for help on using the changeset viewer.
