mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 12:39:25 +01:00
- phpgw --> eGroupWare
- fixed tablename from phpgw_addressbook to egw_addressbook
This commit is contained in:
parent
9a0ddd8d76
commit
e9e2dc6c18
@ -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++)
|
||||
{
|
Loading…
Reference in New Issue
Block a user