- Phrasen Modul

- DMS Anzeige der Dokumente in Listenform
- History und Diff für CMS Modul
This commit is contained in:
Andreas Österreicher
2011-04-18 14:21:15 +00:00
parent 6008008569
commit 5352c6e139
20 changed files with 2143 additions and 83 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ class sprache extends basis_db
*/
public function load($sprache)
{
$qry = "SELECT * from public.tbl_sprache WHERE sprache = ".addslashes($sprache)."; ";
$qry = "SELECT * FROM public.tbl_sprache WHERE sprache = '".addslashes($sprache)."';";
if(!$this->db_query($qry))
{