forked from extern/egroupware
working on the new accounts class
This commit is contained in:
parent
2dbca7efea
commit
a09fb881a4
@ -62,10 +62,6 @@
|
|||||||
return $this->data;
|
return $this->data;
|
||||||
}
|
}
|
||||||
|
|
||||||
function update_data($data)
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
function save_repository()
|
function save_repository()
|
||||||
{
|
{
|
||||||
global $phpgw_info, $phpgw;
|
global $phpgw_info, $phpgw;
|
||||||
@ -179,7 +175,6 @@
|
|||||||
|
|
||||||
if (gettype($account_id) == "string")
|
if (gettype($account_id) == "string")
|
||||||
{
|
{
|
||||||
$account_id = $this->name2id($account_id);
|
|
||||||
$sql = "SELECT account_id FROM phpgw_accounts WHERE account_lid='".$account_id."'";
|
$sql = "SELECT account_id FROM phpgw_accounts WHERE account_lid='".$account_id."'";
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user