projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
71905e8
)
remove reference on new
author
Chuck Hagenbuch
<chuck@horde.org>
Sat, 21 Feb 2009 02:00:35 +0000
(21:00 -0500)
committer
Chuck Hagenbuch
<chuck@horde.org>
Sat, 21 Feb 2009 02:00:35 +0000
(21:00 -0500)
framework/Serialize/lib/Horde/Serialize.php
patch
|
blob
|
history
diff --git
a/framework/Serialize/lib/Horde/Serialize.php
b/framework/Serialize/lib/Horde/Serialize.php
index
211c53d
..
38454cf
100644
(file)
--- a/
framework/Serialize/lib/Horde/Serialize.php
+++ b/
framework/Serialize/lib/Horde/Serialize.php
@@
-239,7
+239,7
@@
class Horde_Serialize
case self::SQLXML:
require_once 'DB.php';
- $sql2xml =
&
new xml_sql2xml();
+ $sql2xml = new xml_sql2xml();
$data = $sql2xml->getXML($data);
break;