summaryrefslogtreecommitdiff
path: root/admin/dbUpdateFromXLS.php
diff options
context:
space:
mode:
authorcookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8>2005-10-21 17:07:51 +0000
committercookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8>2005-10-21 17:07:51 +0000
commit1c8b0b3784cf5614652f5207b3bee6bd6234b2f9 (patch)
tree0f94ab1641fb55655e46ff13c5b543fe50d8d05f /admin/dbUpdateFromXLS.php
parentf315d1de76222dbf0fb3585727d2753f20513280 (diff)
ordendlicher abbruch bei fehlenden xml file
git-svn-id: svn://svn.cccv.de/engel-system@6 29ba0400-6e00-0410-a75a-ca02368028f8
Diffstat (limited to 'admin/dbUpdateFromXLS.php')
-rwxr-xr-xadmin/dbUpdateFromXLS.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/admin/dbUpdateFromXLS.php b/admin/dbUpdateFromXLS.php
index 22b1b0bd..88f7a0f5 100755
--- a/admin/dbUpdateFromXLS.php
+++ b/admin/dbUpdateFromXLS.php
@@ -58,9 +58,8 @@ else
//readXMLfile("xml.php.xml");
-readXMLfile("/tmp/engelXML");
-
-
+if( readXMLfile("/tmp/engelXML") == 0)
+{
/*
echo "<pre><br>";
echo $XMLmain->name;
@@ -442,6 +441,7 @@ echo "<form action=\"dbUpdateFromXLS.php\">\n";
echo "\t<input type=\"submit\" name=\"UpdateALL\" value=\"now\">\n";
echo "</form>\n";
+} //if XMLopenOOK
include ("./inc/footer.php");
?>