This commit is contained in:
Rudolf Hangl
2007-06-27 14:25:33 +00:00
parent eab7f8270c
commit 5335838891
@@ -1779,7 +1779,6 @@ if($result = pg_query($conn_fas, $qry))
$new_benutzer=false;
//echo nl2br("new2\n");
}
else
{
$qry="SELECT uid, person_id, ext_id FROM public.tbl_benutzer WHERE person_id='".$person_id."' AND uid='".$student_uid."';";