added last_mod to fields always fetched, as its not in the standard_address_fields, it get never returned

(last_mod is not implemented in ldap so far)
This commit is contained in:
Ralf Becker 2004-03-09 23:42:40 +00:00
parent b66a95326e
commit 31add06b33

View File

@ -523,7 +523,7 @@
}
else
{
$sql = "SELECT id,lid,tid,owner,access,cat_id $t_fields FROM $this->std_table " . $fwhere
$sql = "SELECT id,lid,tid,owner,access,cat_id,last_mod $t_fields FROM $this->std_table " . $fwhere
. $filtermethod . ' ' . $ordermethod;
$sqlcount = "SELECT COUNT(id) FROM $this->std_table " . $fwhere
. $filtermethod;