summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorwei <>2006-09-01 01:57:44 +0000
committerwei <>2006-09-01 01:57:44 +0000
commit215c1294d356e35b7717b05892a45b9f0b76a847 (patch)
tree2568630e02169d7baf70dffd1fb18aff7bd059dd /framework
parentea3a028c9adcd71ed3a95c7af170a4c004e4490c (diff)
resolve adodb defined clashes
Diffstat (limited to 'framework')
-rw-r--r--framework/Util/TDateTimeStamp.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/framework/Util/TDateTimeStamp.php b/framework/Util/TDateTimeStamp.php
index 6a5bd9e6..9949b837 100644
--- a/framework/Util/TDateTimeStamp.php
+++ b/framework/Util/TDateTimeStamp.php
@@ -28,7 +28,8 @@
http://lists.debian.org/debian-glibc/2002/debian-glibc-200205/msg00010.html
*/
-if (!defined('ADODB_ALLOW_NEGATIVE_TS')) define('ADODB_NO_NEGATIVE_TS',1);
+if (!defined('ADODB_ALLOW_NEGATIVE_TS')
+ && !defined('ADODB_NO_NEGATIVE_TS')) define('ADODB_NO_NEGATIVE_TS',1);
/**
* TDateTimeStamp Class