mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 12:19:28 +00:00
This commit is contained in:
@@ -107,7 +107,7 @@ class sprache extends basis_db
|
||||
*/
|
||||
public function delete($sprache)
|
||||
{
|
||||
$qry = "DELETE FROM public.tbl_sprache WHERE sprache = ".addslashes($sprache).";";
|
||||
$qry = "DELETE FROM public.tbl_sprache WHERE sprache = '".addslashes($sprache)."';";
|
||||
|
||||
if(!$this->db_query($qry))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user