[kronolith] Deleting event

Serge Grondin SGrondin at csbf.qc.ca
Fri Apr 25 15:51:26 PDT 2003


Hi,

In Kronolith HEAD, when deleting an event I have this error message:
PHP Fatal error:  Call to undefined function:  addparameters() in
/.../horde_head/kronolith/templates/delete/delete.inc on line 3

Here is the diff to correct that error.

# cvs diff delete.inc
Index: delete.inc
===================================================================
RCS file: /repository/kronolith/templates/delete/delete.inc,v
retrieving revision 1.5
diff -r1.5 delete.inc
3,4c3,4
<     $url = Horde::addParameters('month.php', 'month=' . $month);
<     $url = Horde::addParameters($url, 'year=' . $year);
---
>     $url = Horde::addParameter('month.php', 'month=' . $month);
>     $url = Horde::addParameter($url, 'year=' . $year);

Thanks and keep the good work.

--
Serge Grondin
Technicien en Informatique
Commission Scolaire des Bois-Francs
Tel. bur.:   (819) 758-6453, poste 2920
e-Mail bur.: SGrondin at csbf.qc.ca



More information about the kronolith mailing list