mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-24 20:01:36 +02: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
|
@param int $id resource id
|
||||||
@return array with key => value or false if not found
|
@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)
|
function read($id)
|
||||||
{
|
{
|
||||||
$tabledef = $this->db->metadata($table=$this->rs_table,$full=false);
|
$tabledef = $this->db->metadata($table=$this->rs_table,$full=false);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user