mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:04:53 +01:00
Add delete_all() to sql for testing ONLY :)
This commit is contained in:
parent
a0ec697e28
commit
528db46464
@ -557,6 +557,12 @@
|
||||
. $this->account_id . "'",__LINE__,__FILE__);
|
||||
}
|
||||
|
||||
// This is for testing, not intended for release
|
||||
function delete_all()
|
||||
{
|
||||
$this->db->query("delete from $this->std_table",__LINE__,__FILE__);
|
||||
$this->db->query("delete from $this->ext_table",__LINE__,__FILE__);
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
|
Loading…
Reference in New Issue
Block a user