From: Simon H. <sim...@us...> - 2010-11-29 08:21:54
|
Update of /cvsroot/stack/stack-dev/lib/database In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv31462/lib/database Modified Files: StackDBReporting.php Log Message: Index: StackDBReporting.php =================================================================== RCS file: /cvsroot/stack/stack-dev/lib/database/StackDBReporting.php,v retrieving revision 1.29 retrieving revision 1.30 diff -C2 -d -r1.29 -r1.30 *** StackDBReporting.php 24 Nov 2010 16:44:26 -0000 1.29 --- StackDBReporting.php 29 Nov 2010 08:21:46 -0000 1.30 *************** *** 94,99 **** $student['firstname'], $student['lastname'], - '', // These two are for the two hidden colums - '' // the data is populated later via AJAX ); } --- 94,97 ---- |