forked from extern/egroupware
- 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
|
// Parse it all into a string
|
||||||
function export_end_file($buffer)
|
function export_end_file($buffer)
|
||||||
{
|
{
|
||||||
$top = 'INSERT INTO phpgw_addressbook(';
|
$top = 'INSERT INTO egw_addressbook(';
|
||||||
reset($this->ids);
|
reset($this->ids);
|
||||||
for ($i=0;$i<count($this->ids);$i++)
|
for ($i=0;$i<count($this->ids);$i++)
|
||||||
{
|
{
|
Loading…
Reference in New Issue
Block a user