This commit is contained in:
Miles Lott 2005-04-22 12:45:23 +00:00
parent 5f05d9cae9
commit c651776aca
2 changed files with 42 additions and 40 deletions

View File

@ -598,7 +598,6 @@
{
$GLOBALS['phpgw']->contenthistory->updateTimeStamp('contacts', $fields['ab_id'], 'modify', time());
}
}
if($this->xmlrpc && !$ok)
{
@ -787,6 +786,5 @@
break;
}
}
}
?>

View File

@ -304,6 +304,10 @@
$GLOBALS['phpgw']->preferences->save_repository();
}
/* global here so nextmatchs accepts our setting of $query and $filter - may be changed again below */
$GLOBALS['query'] = $this->query;
$GLOBALS['filter'] = $this->filter;
/* $qfields = $contacts->stock_contact_fields + $extrafields + $customfields; */
/* create column list and the top row of the table based on user prefs */
foreach($this->bo->stock_contact_fields as $column => $db_name)