mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-23 09:52:22 +00:00
- Kollegiumsseite aktualisiert
- Bugfix bei der Anzeige der Zeitsperren - Interessentenimport Weiterentwicklung
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user