Changed all dates format

This commit is contained in:
iopietro
2018-05-20 00:30:37 +02:00
parent b752e4c4f4
commit 68f9282dc7
8 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ class MYSQLi_DB {
function register($username, $password, $email, $tribe, $act) {
$time = time();
$stime = strtotime(START_DATE)-strtotime(date(\'m/d/Y\'))+strtotime(START_TIME);
$stime = strtotime(START_DATE)-strtotime(date(\'d.m.y\'))+strtotime(START_TIME);
if($stime > time()){
$time = $stime;
}