working on the new accounts class

This commit is contained in:
Lars Kneschke 2001-02-05 21:56:23 +00:00
parent 2dbca7efea
commit a09fb881a4

View File

@ -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