task #4622 domaine

This commit is contained in:
sparkyx 2005-09-07 14:56:53 +00:00
parent 56978df7ed
commit 80578c9713
3 changed files with 5 additions and 4 deletions

View file

@ -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');";