#450 sécurité ajax : ajout d'action
code cleaning : renommage de fichier pour ajax
This commit is contained in:
parent
2bed86c6f8
commit
1d233ea1b7
9 changed files with 51 additions and 22 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue