From ff9e11bf89decb8f8485743b86e85d35ca1cbfeb Mon Sep 17 00:00:00 2001 From: Michael Meckelein Date: Tue, 16 May 2006 08:50:12 +0000 Subject: [PATCH] update due to sourceforge service changes. Files were inconsistent due to a hardware failure at sourceforage. --- config.php | 2 +- db-drv/odbc_mysql_.php | 4 ++++ scripts/config.php.ex | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/config.php b/config.php index c88cd36..32e5653 100644 --- a/config.php +++ b/config.php @@ -129,7 +129,7 @@ See AUTHORS to learn who helped make it become a reality. // Version Number define('_VersionMajor', "1"); define('_VersionMinor', "2"); - define('_VersionPatchLevel', "2"); + define('_VersionPatchLevel', "3"); /* ***** END VARIOUS SETTINGS ***** diff --git a/db-drv/odbc_mysql_.php b/db-drv/odbc_mysql_.php index 5d2fc95..bd0fcbf 100644 --- a/db-drv/odbc_mysql_.php +++ b/db-drv/odbc_mysql_.php @@ -45,6 +45,10 @@ SQL_CURSOR_STATIC (integer) function dbc_sql_timeformat($timestamp) { + if (isset(_UTCtime) && _UTCtime) + { + $timestamp = GetUTCtime($timestamp); + } //use '#' for MS Access //return "#".date("Y-m-d H:i:s", $timestamp)."#"; //return "#".date("m/d/Y H:i:s", $timestamp)."#"; diff --git a/scripts/config.php.ex b/scripts/config.php.ex index e242d0b..f3e9ac9 100644 --- a/scripts/config.php.ex +++ b/scripts/config.php.ex @@ -131,7 +131,7 @@ See AUTHORS to learn who helped make it become a reality. // Version Number define('_VersionMajor', "1"); define('_VersionMinor', "2"); - define('_VersionPatchLevel', "2"); + define('_VersionPatchLevel', "3"); /*