Subversion-Projekte lars-tiefland.ci

Revision

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

Revision 873 Revision 910
Zeile 32... Zeile 32...
32
			$tasks[] = $row;
32
			$tasks[] = $row;
33
		}
33
		}
34
		$this->smarty->assign("tasks", $tasks);
34
		$this->smarty->assign("tasks", $tasks);
35
		$this->smarty->view('scheduler.tpl');
35
		$this->smarty->view('scheduler.tpl');
36
	}
36
	}
-
 
37
	
-
 
38
	public function edit($id)
-
 
39
	{
-
 
40
		
-
 
41
	}
37
}
42
}