[dev] NIC :: parse error

Joel Vandal jvandal at infoteck.qc.ca
Sat Aug 7 18:50:42 PDT 2004


Fix a parse error in nic/graph.php.

Index: graph.php
===================================================================
RCS file: /repository/nic/graph.php,v
retrieving revision 1.13
diff -r1.13 graph.php
38c38
< $graph = &new Horde_Graph(array('width' => 600, 'height' => $height, 'temp' = Horde::getTempDir()));
---
> $graph = &new Horde_Graph(array('width' => 600, 'height' => $height, 'temp' => Horde::getTempDir()));


More information about the dev mailing list