[dev] Kronolith typo fixes
Leena Heino
Leena.Heino at uta.fi
Tue Dec 17 15:27:01 PST 2002
There seems to be typo in export.inc. Kronolith should use
filename events.csv not contacts.csv.
--- kronolith/templates/data/export.inc.orig Mon Dec 9 12:28:02 2002
+++ kronolith/templates/data/export.inc Tue Dec 17 15:20:25 2002
@@ -1,4 +1,4 @@
-<form method="post" name="export" action="<?php echo $browser->downloadUrl(_("contacts.csv"), null, Horde::applicationUrl('data.php')) ?>">
+<form method="post" name="export" action="<?php echo $browser->downloadUrl(_("events.csv"), null, Horde::applicationUrl('data.php')) ?>">
<input type="hidden" name="actionID" value="<?php echo HORDE_EXPORT ?>" />
<table cellspacing="0" cellpadding="0" border="0" width="100%">
<tr>
--
-- Leena Heino (liinu at uta.fi)
More information about the dev
mailing list