task #4622 domaine
This commit is contained in:
parent
56978df7ed
commit
80578c9713
3 changed files with 5 additions and 4 deletions
|
|
@ -30,7 +30,7 @@ function echo_debug ($file,$line="",$msg="") {
|
|||
$cn=pg_connect($l_Db);
|
||||
$file=FormatString($file);
|
||||
$line=FormatString($line);
|
||||
$msg=FormatString($msg);
|
||||
$msg='domaine :'.domaine.' '.FormatString($msg);
|
||||
|
||||
$sql= "insert into log (lg_file,lg_line,lg_msg) ".
|
||||
"values ('$file','$line','$msg');";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue