Subversion-Projekte lars-tiefland.em_wm

Revision

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

Revision 52 Revision 92
Zeile 37... Zeile 37...
37
				$this->g_type=$row["g_type"];
37
				$this->g_type=$row["g_type"];
38
				return $this;
38
				return $this;
39
			}
39
			}
40
		}
40
		}
Zeile 41... Zeile -...
41
		
-
 
42
		function Spiele($g_id)
-
 
43
		{
-
 
44
			$this->__construct($g_id);
-
 
45
		}
-
 
46
		
41
		
47
		function update($g_name, $g_m1, $g_m2, $g_g1, $g_g2, $g_location, $g_date, $g_type)
42
		function update($g_name, $g_m1, $g_m2, $g_g1, $g_g2, $g_location, $g_date, $g_type)
48
		{
43
		{
49
			$this->g_name=$g_name;
44
			$this->g_name=$g_name;
50
			$this->g_m1=$g_m1;
45
			$this->g_m1=$g_m1;