Update of /cvsroot/stack/stack-1-0/scripts
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7073/scripts
Modified Files:
stackXML.php
Log Message:
Removed show_array when parsing quiz/question XML
Index: stackXML.php
===================================================================
RCS file: /cvsroot/stack/stack-1-0/scripts/stackXML.php,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** stackXML.php 20 Oct 2005 10:32:25 -0000 1.21
--- stackXML.php 27 Oct 2005 09:27:45 -0000 1.22
***************
*** 1062,1067 ****
{
$val = $node->getText();
-
- show_array($val);
//Do not write question field if there is no text behind it
--- 1062,1065 ----
|