[kronolith] some typos
Cliff Green
green@UMDNJ.EDU
Mon, 16 Sep 2002 02:21:35 -0400
In kronolith/lib/MonthView.php:
--- MonthView.php.dist Sun Sep 15 05:50:12 2002
+++ MonthView.php Sun Sep 15 05:52:03 2002
@@ -1,6 +1,6 @@
<?php
-require_once KRONOLITH_BASE '/lib/Month.php';
+require_once KRONOLITH_BASE . '/lib/Month.php';
/**
* The Kronolith_Month:: class provides an API for viewing months.
@@ -52,9 +52,9 @@
function link($offset = 0)
{
- $url = Horde:addParameter('mini_month.php', 'month=' .
$this->month->getTime('n', $offset));
- $url = Horde:addParameter($url, 'mday=' . $this->month->getTime('j',
$offset));
- $url = Horde:addParameter($url, 'year=' . $this->month->getTime('Y',
$offset));
+ $url = Horde::addParameter('mini_month.php', 'month=' .
$this->month->getTime('n', $offset));
+ $url = Horde::addParameter($url, 'mday=' . $this->month->getTime('j',
$offset));
+ $url = Horde::addParameter($url, 'year=' . $this->month->getTime('Y',
$offset));
return Horde::applicationUrl($url);
}
c
--
Cliff Green
Academic Computing Services - UMDNJ
Signature under NDA