This commit is contained in:
Christian Paminger
2007-02-26 15:08:44 +00:00
parent ac19df9246
commit b3b6bf92d1
3 changed files with 10 additions and 5 deletions
+1
View File
@@ -347,6 +347,7 @@ class lehrstunde
$sql_query=substr($sql_query,3);
$sql_query_stdplan.=' WHERE'.$sql_query;
}
//echo $sql_query_stdplan;
//Datenbankabfrage
if (! $stpl_tbl=pg_query($this->conn, $sql_query_stdplan))
{