mirror of
https://github.com/rsyslog/loganalyzer.git
synced 2025-09-26 03:09:21 +02:00
update due to sourceforge service changes. Files were inconsistent due to a hardware failure at sourceforage.
This commit is contained in:
parent
62c27d98d0
commit
ff9e11bf89
@ -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 *****
|
||||
|
@ -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)."#";
|
||||
|
@ -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");
|
||||
|
||||
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user