#450 sécurité ajax : ajout d'action

code cleaning : renommage de fichier pour ajax
This commit is contained in:
Dany De Bontridder 2011-11-15 10:41:26 +00:00
parent 2bed86c6f8
commit 1d233ea1b7
9 changed files with 51 additions and 22 deletions

View file

@ -160,8 +160,8 @@ class Database
print_r($p_array);
echo $a->getMessage();
echo $a->getTrace();
echo $a->getTraceAsString();
echo pg_last_error($this->db);
echo $a->getTraceAsString();
echo pg_last_error($this->db);
}
throw ($a);
}