Subversion-Projekte lars-tiefland.em_wm

Revision

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

Revision 90 Revision 92
Zeile 26... Zeile 26...
26
				$this->o_name2=$row["l_name2"];
26
				$this->o_name2=$row["l_name2"];
27
				return $this;
27
				return $this;
28
			}
28
			}
29
		}
29
		}
Zeile 30... Zeile -...
30
		
-
 
31
		function Ort($o_id)
-
 
32
		{
-
 
33
			$this->__construct($o_id);
-
 
34
		}
-
 
35
		
30
		
36
		function update($l_name, $l_name2)
31
		function update($l_name, $l_name2)
37
		{
32
		{
38
			$this->o_name=$l_name;
33
			$this->o_name=$l_name;
39
			$this->o_name2=$l_name2;
34
			$this->o_name2=$l_name2;