Changeset 18669 for branches/version-2_4-dev/data/class
- Timestamp:
- 2010/06/03 11:05:49 (16 years ago)
- bzr:base-revision:
- [email protected]
- bzr:committer:
- Kentaro Ohkouchi <[email protected]>
- bzr:file-ids:
data/class/SC_Initial.php 16506@1e3b908f-19a9-db11-a64c-001125224ba8:branches%2Ffeature-module-update%2Fdata%2Fclass%2FSC_Initial.php- bzr:mapping-version:
- v4
- bzr:merge:
[email protected]- bzr:repository-uuid:
- 1e3b908f-19a9-db11-a64c-001125224ba8
- bzr:revision-id:
- [email protected]
- bzr:revno:
- 1947
- bzr:revprop:branch-nick:
- branches/version-2_4-dev
- bzr:root:
- branches/version-2_4-dev
- bzr:text-parents:
data/class/SC_Initial.php [email protected]- bzr:text-revisions:
data/class/SC_Initial.php [email protected]- bzr:timestamp:
- 2010-06-03 11:05:38.019999981 +0900
- bzr:user-agent:
- bzr2.1.1+bzr-svn1.0.2
- svn:original-date:
- 2010-06-03T02:05:38.020000Z
- File:
-
- 1 edited
-
branches/version-2_4-dev/data/class/SC_Initial.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_4-dev/data/class/SC_Initial.php
r18505 r18669 102 102 function setErrorReporting() { 103 103 error_reporting(E_ALL & ~E_NOTICE); 104 // PHP 5.3.0対応 105 if (error_reporting() > 6143) { 106 error_reporting(E_ALL & ~E_NOTICE & ~E_DEPRECATED); 107 } 104 108 } 105 109
Note: See TracChangeset
for help on using the changeset viewer.
