*** empty log message ***

This commit is contained in:
wnz_gh05t 2005-02-17 13:41:30 +00:00
parent 6260f01774
commit a7984ae8d5

View File

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