mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-20 18:08:02 +02:00
mistype the name of the new function get_account_id()
This commit is contained in:
parent
b9da94fd2e
commit
4199aceffc
@ -367,7 +367,7 @@ It should use the values in the $this->data
|
|||||||
@param $account_id account id
|
@param $account_id account id
|
||||||
*/
|
*/
|
||||||
function delete_repository($app, $location, $accountid = ''){
|
function delete_repository($app, $location, $accountid = ''){
|
||||||
$account_id = get_account_type($accountid,$this->account_id);
|
$account_id = get_account_id($accountid,$this->account_id);
|
||||||
$sql = "delete from phpgw_acl where acl_appname like '".$app."'"
|
$sql = "delete from phpgw_acl where acl_appname like '".$app."'"
|
||||||
. " and acl_location like '".$location."' and "
|
. " and acl_location like '".$location."' and "
|
||||||
. " acl_account = ".$account_id;
|
. " acl_account = ".$account_id;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user