From: pkiddie <pk...@us...> - 2005-08-30 10:50:41
|
Update of /cvsroot/stack/stack-1-0/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6399/scripts Modified Files: stackXML.php Log Message: Index: stackXML.php =================================================================== RCS file: /cvsroot/stack/stack-1-0/scripts/stackXML.php,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** stackXML.php 30 Aug 2005 10:28:01 -0000 1.17 --- stackXML.php 30 Aug 2005 10:50:32 -0000 1.18 *************** *** 168,172 **** { $potRespFieldElem = &$xmlDoc->createElementNS('',$potRespKey); //Create a potential response field element - //print_r($potRespField); if (is_array($potRespField)) //Test for true/false branches { --- 168,171 ---- *************** *** 1371,1375 **** $dom->appendChild($questionFrag); $success = $dom->saveXML($directory."/".questionSchemaName,true); - return $success; } --- 1370,1373 ---- *************** *** 1652,1656 **** foreach($stackOptions as $arrayKey=>$optionField) { - show_array($optionField); if (!empty($optionField['type'])) { --- 1650,1653 ---- |