mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
*** empty log message ***
This commit is contained in:
parent
6260f01774
commit
a7984ae8d5
@ -95,6 +95,13 @@ class so_resources
|
||||
@param int $id resource id
|
||||
@return array with key => value or false if not found
|
||||
*/
|
||||
|
||||
function delete($id)
|
||||
{
|
||||
$this->db->delete($this->rs_table,$id,__LINE__,__FILE__);
|
||||
return true;
|
||||
}
|
||||
|
||||
function read($id)
|
||||
{
|
||||
$tabledef = $this->db->metadata($table=$this->rs_table,$full=false);
|
||||
|
Loading…
Reference in New Issue
Block a user