Update of /cvsroot/stack/stack-1-0
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv433
Modified Files:
Tag: development_xmlrqp
question_bank.php
Log Message:
Index: question_bank.php
===================================================================
RCS file: /cvsroot/stack/stack-1-0/question_bank.php,v
retrieving revision 1.8.2.4
retrieving revision 1.8.2.5
diff -C2 -d -r1.8.2.4 -r1.8.2.5
*** question_bank.php 12 Aug 2005 13:51:54 -0000 1.8.2.4
--- question_bank.php 16 Aug 2005 09:45:04 -0000 1.8.2.5
***************
*** 133,137 ****
if (array_key_exists('xmlfile',$_FILES)) {
if (is_uploaded_file($_FILES['xmlfile']['tmp_name'])) {
!
//$pq = file_get_contents($_FILES['xmlfile']['tmp_name']);
include_once("{$stack_root}/scripts/stackXML.php");
--- 133,137 ----
if (array_key_exists('xmlfile',$_FILES)) {
if (is_uploaded_file($_FILES['xmlfile']['tmp_name'])) {
!
//$pq = file_get_contents($_FILES['xmlfile']['tmp_name']);
include_once("{$stack_root}/scripts/stackXML.php");
|