summaryrefslogtreecommitdiff
path: root/framework/Util
diff options
context:
space:
mode:
authorwei <>2006-09-01 01:58:35 +0000
committerwei <>2006-09-01 01:58:35 +0000
commit452fdf99810fae93d3e8735cc9be5e9cbd4b0622 (patch)
tree47c243a867335bcbe348f2ea029cff257db1db81 /framework/Util
parent769856093ded9e4aae341a7d79b7f1441e7d5478 (diff)
resolve adodb defined clashes, add TCallbackClientScript::fireEvent()
Diffstat (limited to 'framework/Util')
-rw-r--r--framework/Util/TDateTimeStamp.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/Util/TDateTimeStamp.php b/framework/Util/TDateTimeStamp.php
index 6a5bd9e6..d7093ec3 100644
--- a/framework/Util/TDateTimeStamp.php
+++ b/framework/Util/TDateTimeStamp.php
@@ -28,8 +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
*