|
From: alex <bin...@li...> - 2001-08-12 01:35:22
|
alex Sat Aug 11 18:35:17 2001 EDT
Modified files:
/r2/binarycloud/base/utils xml2php.php
Log:
Modified import.
Index: r2/binarycloud/base/utils/xml2php.php
diff -u r2/binarycloud/base/utils/xml2php.php:1.3 r2/binarycloud/base/utils/xml2php.php:1.4
--- r2/binarycloud/base/utils/xml2php.php:1.3 Mon Jun 25 10:01:32 2001
+++ r2/binarycloud/base/utils/xml2php.php Sat Aug 11 18:35:17 2001
@@ -2,7 +2,7 @@
<?php
// {{{ Header
/*
- * -File $Id: xml2php.php,v 1.3 2001/06/25 17:01:32 odysseas Exp $
+ * -File $Id: xml2php.php,v 1.4 2001/08/12 01:35:17 alex Exp $
* -License LGPL (http://www.gnu.org/copyleft/lesser.html)
* -Copyright 2001, Intacct Corp.
* -Author odysseas tsatalos, ody...@ya...
@@ -31,7 +31,7 @@
// }}}
// Process {{{
-import('XMLUtils');
+import('binarycloud.base.lib.XMLUtils');
$trees = XMLUtils::XMLStr2XML(join('',file($xmlfile, 1)));
$xmlTree = $trees[0];
switch ($form) {
|