- Kreuzerltool Bugfix

- Sync LVA
This commit is contained in:
Andreas Österreicher
2007-01-26 14:24:28 +00:00
parent 85d7eaa550
commit 64e81bd24b
5 changed files with 475 additions and 235 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ function check_lektor($uid, $conn)
$sql_query="SELECT mitarbeiter_uid FROM public.tbl_mitarbeiter WHERE mitarbeiter_uid='$uid'";
//echo $sql_query;
$result=pg_query($conn, $sql_query) or die(pg_last_error($conn));
$num_rows=pg_numrows($result);
$num_rows=pg_num_rows($result);
// Wenn kein ergebnis return 0 sonst ID
if ($num_rows>0)
{