1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-30 19:30:25 +02:00

Applying missing commits

This commit is contained in:
SecretR
2013-10-16 18:13:21 +03:00
parent 932be9aacb
commit 6ae99f2bfd
9 changed files with 43 additions and 20 deletions

View File

@@ -251,7 +251,7 @@ class convert
$tdata['tm_hour'],
$tdata['tm_min'],
$tdata['tm_sec'],
$tdata['tm_mon'],
$tdata['tm_mon'] + 1,
$tdata['tm_mday'],
($tdata['tm_year'] + 1900)
);