- Kollegiumsseite aktualisiert

- Bugfix bei der Anzeige der Zeitsperren
- Interessentenimport Weiterentwicklung
This commit is contained in:
Andreas Österreicher
2007-05-03 15:56:54 +00:00
parent 0f01fb454a
commit 499d1d32c8
11 changed files with 446 additions and 66 deletions
+1 -1
View File
@@ -159,7 +159,7 @@ class kontakt
$qry="SELECT * FROM tbl_kontakt WHERE kontakt_id='$this->kontakt_id';";
if($resultz = pg_query($this->conn, $qry))
{
while($rowz = pg_fetch_object($resultz))
if($rowz = pg_fetch_object($resultz))
{
$update=false;
if($rowz->person_id!=$this->person_id) $update=true;