diff --git a/addressbook/inc/export/phpgw_LDIF b/addressbook/inc/export/eGroupWare_LDIF similarity index 100% rename from addressbook/inc/export/phpgw_LDIF rename to addressbook/inc/export/eGroupWare_LDIF diff --git a/addressbook/inc/export/phpgw_SQL b/addressbook/inc/export/eGroupWare_SQL similarity index 99% rename from addressbook/inc/export/phpgw_SQL rename to addressbook/inc/export/eGroupWare_SQL index 66b5ed1e4b..f03c3a4d72 100644 --- a/addressbook/inc/export/phpgw_SQL +++ b/addressbook/inc/export/eGroupWare_SQL @@ -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;$iids);$i++) {