This commit is contained in:
Tony Landis 2009-03-25 22:30:37 -06:00
parent 76a81f02fd
commit 61fc6b8dd2
2 changed files with 2 additions and 2 deletions

View File

@ -198,7 +198,7 @@ class map_POSTNUKE_726
function sync($id, $file) function sync($id, $file)
{ {
$db_map = new db_mapping; $db_map = new db_mapping;
$this = $db_map->MAP_sync ($id, $file, $this); $this &= $db_map->MAP_sync ($id, $file, $this);
} }

View File

@ -187,7 +187,7 @@ class map_OSCOMMERCE_22
function sync($id, $file) function sync($id, $file)
{ {
$db_map = new db_mapping; $db_map = new db_mapping;
$this = $db_map->MAP_sync ($id, $file, $this); $db_map->MAP_sync ($id, $file, $this);
} }