Subversion-Projekte lars-tiefland.em_wm

Revision

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

Revision 16 Revision 18
Zeile 8... Zeile 8...
8
		var $g_g1;
8
		var $g_g1;
9
		var $g_g2;
9
		var $g_g2;
10
		var $g_location;
10
		var $g_location;
11
		var $g_date;
11
		var $g_date;
12
		var $g_time;
12
		var $g_time;
-
 
13
		var $g_type;
Zeile 13... Zeile 14...
13
 
14
 
14
		function __construct($g_id)
15
		function __construct($g_id)
15
		{
16
		{
16
		  	global $db, $db_meld, $error, $meld, $user;
17
		  	global $db, $db_meld, $error, $meld, $user;
Zeile 33... Zeile 34...
33
				$this->g_g1=$row["g_g1"];
34
				$this->g_g1=$row["g_g1"];
34
				$this->g_g2=$row["g_g2"];
35
				$this->g_g2=$row["g_g2"];
35
				$this->g_location=$row["g_location"];
36
				$this->g_location=$row["g_location"];
36
				$this->g_date=$row["g_date"];
37
				$this->g_date=$row["g_date"];
37
				$this->g_time=$row["g_time"];
38
				$this->g_time=$row["g_time"];
-
 
39
				$this->g_type=$row["g_type"];
38
				return $this;
40
				return $this;
39
			}
41
			}
40
  		}
42
  		}
Zeile 41... Zeile 43...
41
 
43