From: Chris S. <san...@us...> - 2005-06-18 09:54:25
|
Update of /cvsroot/stack/stack-1-0/doc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27637/doc Modified Files: Tag: frontend_dev help_popup.php Log Message: Index: help_popup.php =================================================================== RCS file: /cvsroot/stack/stack-1-0/doc/Attic/help_popup.php,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -C2 -d -r1.1.2.1 -r1.1.2.2 *** help_popup.php 14 Jun 2005 18:12:02 -0000 1.1.2.1 --- help_popup.php 18 Jun 2005 09:54:11 -0000 1.1.2.2 *************** *** 50,55 **** include('student_input.php'); ! } ! else if('all'==$field) { // Then we would like a lot of documentation. --- 50,54 ---- include('student_input.php'); ! } else if('all'==$field) { // Then we would like a lot of documentation. |