Subversion-Projekte lars-tiefland.em_wm

Revision

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

Revision 54 Revision 92
Zeile 28... Zeile 28...
28
				$this->t_aus=$row["t_aus"];
28
				$this->t_aus=$row["t_aus"];
29
				return $this;
29
				return $this;
30
			}
30
			}
31
		}
31
		}
Zeile 32... Zeile -...
32
		
-
 
33
		function Team($t_id)
-
 
34
		{
-
 
35
			$this->__construct($t_id);
-
 
36
		}
-
 
37
		
32
		
38
		function update ($t_name, $t_group)
33
		function update ($t_name, $t_group)
39
		{
34
		{
40
			$this->t_name=$t_name;
35
			$this->t_name=$t_name;
41
			$this->t_group=$t_group;
36
			$this->t_group=$t_group;