Subversion-Projekte lars-tiefland.em_wm

Revision

Revision 114 | Zur aktuellen Revision | Ganze Datei anzeigen | Leerzeichen ignorieren | Details | Blame | Letzte Änderung | Log anzeigen | RSS feed

Revision 114 Revision 129
Zeile 24... Zeile 24...
24
                $row = $res->fetchRow();
24
                $row = $res->fetchRow();
25
                $this->t_id = $t_id;
25
                $this->t_id = $t_id;
26
                $this->t_name = $row["t_name"];
26
                $this->t_name = $row["t_name"];
27
                $this->t_group = $row["t_group"];
27
                $this->t_group = $row["t_group"];
28
                $this->t_aus = $row["t_aus"];
28
                $this->t_aus = $row["t_aus"];
-
 
29
                $this->t_flag = $row["t_flag"];
29
                return $this;
30
                return $this;
30
            }
31
            }
31
        }
32
        }
Zeile 32... Zeile 33...
32
 
33