- phpgw --> eGroupWare

- fixed tablename from phpgw_addressbook to egw_addressbook
This commit is contained in:
Ralf Becker 2006-03-16 12:27:10 +00:00
parent 9a0ddd8d76
commit e9e2dc6c18
2 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@
// Parse it all into a string
function export_end_file($buffer)
{
$top = 'INSERT INTO phpgw_addressbook(';
$top = 'INSERT INTO egw_addressbook(';
reset($this->ids);
for ($i=0;$i<count($this->ids);$i++)
{