Changes from OpenPNE/tags/stable/OpenPNE-2.14.7/config.php.sample at r13892 to OpenPNE/tags/stable/OpenPNE-2.14.6/config.php.sample at r13892
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE/tags/stable/OpenPNE-2.14.6/config.php.sample
r13892 r13892 238 238 /// 239 239 240 if (!defined('E_DEPRECATED')) { 241 define('E_DEPRECATED', 8192); 242 } 243 244 error_reporting(E_ALL ^ E_NOTICE ^ E_DEPRECATED); 240 error_reporting(E_ALL ^ E_NOTICE); 245 241 246 242 switch(OPENPNE_DEBUGGING) {
Note: See TracChangeset
for help on using the changeset viewer.