Subversion-Projekte lars-tiefland.em_wm

Revision

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

Revision 52 Revision 92
Zeile 24... Zeile 24...
24
				$this->g_name=$row["g_name"];
24
				$this->g_name=$row["g_name"];
25
				return $this;
25
				return $this;
26
			}
26
			}
27
		}
27
		}
Zeile 28... Zeile -...
28
		
-
 
29
		function Gruppe($g_id)
-
 
30
		{
-
 
31
			$this->__construct($g_id);
-
 
32
		}
-
 
33
		
28
		
34
		function update($g_name)
29
		function update($g_name)
35
		{
30
		{
36
			$this->g_name=$g_name;
31
			$this->g_name=$g_name;