Ajout dateInsert dans la requêtes SQL

This commit is contained in:
Michael RICOIS 2015-08-27 11:56:33 +00:00
parent 859ad54222
commit f0bd69941f

View File

@ -40,6 +40,7 @@ class Gestion extends Scores_Ws_Server
'login' => $login,
'authenticate' => 'OK',
'ip' => $ip,
'dateInsert' => date('YmdHis'),
));
} catch (Zend_Db_Exception $e) {}