mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
cvs is a bit weired
This commit is contained in:
parent
560e2c721b
commit
e5a49cf13b
@ -87,6 +87,12 @@ class so_resources
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
function delete($id)
|
||||
{
|
||||
$this->db->delete($this->rs_table,$id,__LINE__,__FILE__);
|
||||
return true;
|
||||
}
|
||||
|
||||
/*!
|
||||
@function read
|
||||
@ -95,13 +101,6 @@ 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