mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
Fix query for new fields - this part needs to be reworked
This commit is contained in:
parent
4d705f504e
commit
225d78c33d
@ -31,7 +31,7 @@
|
||||
|
||||
|
||||
if ($confirm != "true") {
|
||||
$phpgw->db->query("select ab_owner from addressbook where ab_id='$ab_id'");
|
||||
$phpgw->db->query("select owner from addressbook where id='$ab_id'");
|
||||
$phpgw->db->next_record();
|
||||
|
||||
if ($phpgw->db->f("ab_owner") != $phpgw_info["user"]["account_id"]) {
|
||||
|
Loading…
Reference in New Issue
Block a user