- Schema vor Tabellennamen in Klassen eingefuegt

- Inventarsuche hinzugefügt
This commit is contained in:
Andreas Österreicher
2007-01-08 09:30:38 +00:00
parent 82fbdbdce8
commit 63a31f1b21
22 changed files with 61 additions and 685 deletions
+1 -1
View File
@@ -87,7 +87,7 @@ class nation
function getAll($ohnesperre=false)
{
//Lesen der Daten aus der Datenbank
$qry = "SELECT * FROM nation";
$qry = "SELECT * FROM bis.tbl_nation";
if($ohnesperre)
$qry .= " where sperre='N'";