mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:05:16 +01:00
Rename "Debug MySQL" to "Debug SQL" and fix table name
This commit is contained in:
parent
f78f032243
commit
b2b1f7bca2
@ -150,7 +150,7 @@ function outlook_end_record($buffer,$private="private") {
|
||||
$thisname="";
|
||||
$thisvalu="";
|
||||
}
|
||||
$namelist = $namelist."\nINSERT INTO addressbook (owner,".$thisname;
|
||||
$namelist = $namelist."\nINSERT INTO phpgw_addressbook (owner,".$thisname;
|
||||
$valulist = $valulist."VALUES ('".$phpgw_info["user"]["account_id"]."',".$thisvalu;
|
||||
} elseif ($row==count($lines)-1) {
|
||||
if (!empty($name) && !empty($value)) {
|
@ -147,6 +147,7 @@ function outlook_end_record($buffer,$private="private") {
|
||||
list($name, $value) = split("%%",$lines[$i]);
|
||||
$row++;
|
||||
$namelist .= array($name => $value);
|
||||
echo $name.' '.$value;
|
||||
}
|
||||
|
||||
return $buffer.$namelist;
|
||||
|
Loading…
Reference in New Issue
Block a user