[phpwebapp-commits] CVS: top10/templates/proj_list proj_list.php,1.2,1.3
Brought to you by:
dashohoxha
From: Dashamir H. <das...@us...> - 2003-09-26 15:32:25
|
Update of /cvsroot/phpwebapp/top10/templates/proj_list In directory sc8-pr-cvs1:/tmp/cvs-serv4736/templates/proj_list Modified Files: proj_list.php Log Message: Index: proj_list.php =================================================================== RCS file: /cvsroot/phpwebapp/top10/templates/proj_list/proj_list.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** proj_list.php 24 Sep 2003 14:01:36 -0000 1.2 --- proj_list.php 26 Sep 2003 15:32:20 -0000 1.3 *************** *** 23,31 **** class proj_list extends WebObject { - function init() - { - $this->addSVar("new", "true"); - } - function onRender() { --- 23,26 ---- |