From: Chris S. <san...@us...> - 2010-12-06 19:19:04
|
Update of /cvsroot/stack/stack-dev/lib/ui In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv5225 Modified Files: OptionsEdit.php questionTest.php Log Message: Index: questionTest.php =================================================================== RCS file: /cvsroot/stack/stack-dev/lib/ui/questionTest.php,v retrieving revision 1.27 retrieving revision 1.28 diff -C2 -d -r1.27 -r1.28 *** questionTest.php 2 Dec 2010 19:25:54 -0000 1.27 --- questionTest.php 6 Dec 2010 19:18:56 -0000 1.28 *************** *** 85,88 **** --- 85,90 ---- // We now have a $question with which to work. + //echo "<pre>";print_r($question);echo"</pre>"; + // now process the question $id=$question->getQuestionId(); *************** *** 132,134 **** ?> </body> ! </html> \ No newline at end of file --- 134,136 ---- ?> </body> ! </html> \ No newline at end of file Index: OptionsEdit.php =================================================================== RCS file: /cvsroot/stack/stack-dev/lib/ui/OptionsEdit.php,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** OptionsEdit.php 30 Sep 2010 16:56:15 -0000 1.6 --- OptionsEdit.php 6 Dec 2010 19:18:56 -0000 1.7 *************** *** 16,19 **** --- 16,21 ---- * @package stackAdminUI */ + session_start(); + require_once('../../config.php'); $config = new stackConfig(); |