Subversion-Projekte lars-tiefland.em_wm

Revision

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

Revision 4 Revision 5
Zeile 23... Zeile 23...
23
				$this->g_id=$g_id;
23
				$this->g_id=$g_id;
24
				$this->g_name=$row["g_name"];
24
				$this->g_name=$row["g_name"];
25
				return $this;
25
				return $this;
26
			}
26
			}
27
  		}
27
  		}
-
 
28
 
-
 
29
		function Gruppe($g_id)
-
 
30
		{
-
 
31
			$this->__construct($g_id);
-
 
32
		}
-
 
33
 
28
	 	function ListeGruppe($limit, $start=0)
34
	 	function ListeGruppe($limit, $start=0)
29
		{
35
		{
30
			global $db, $db_meld, $error, $meld, $user;
36
			global $db, $db_meld, $error, $meld, $user;
31
			$sql="SELECT * FROM groups";
37
			$sql="SELECT * FROM groups";
32
//			echo $db->provides('limit');
38
//			echo $db->provides('limit');