Author: fil@rezo.net
Date: Mon Jun 26 23:02:17 2006
New Revision: 3667
Log:
l'etoile de creation était cassée (method="edit" semble ne plus fonctionner : tant pis !)
Modified:
_contribs_/_wiki_/spikini/wakka.php
Modified: _contribs_/_wiki_/spikini/wakka.php
--- _contribs_/_wiki_/spikini/wakka.php (original)
+++ _contribs_/_wiki_/spikini/wakka.php Mon Jun 26 23:02:17 2006
@@ -293,7 +293,8 @@
{
// it's a Wiki link!
if ($_SESSION["linktracking"] && $track) $this->TrackLinkTo($tag);
- return ($this->LoadPage($tag) ? "<a href=\"".$this->href($method, $tag)."\">".$text."</a>" : "<span class=\"missingpage\">".$text."</span><a href=\"".$this->href("edit", $tag)."\">*</a>");
+ return ($this->LoadPage($tag) ?
+ "<a href=\"".$this->href($method, $tag)."\">".$text."</a>" : "<span class=\"missingpage\">".$text."</span><a href=\"".$this->href($method /*"edit" */, $tag)."\">*</a>");
}
}
function ComposeLinkToPage($tag, $method = "", $text = "", $track = 1) {