From: <tim...@us...> - 2012-07-17 07:39:37
|
Revision: 5513 http://web-erp.svn.sourceforge.net/web-erp/?rev=5513&view=rev Author: tim_schofield Date: 2012-07-17 07:39:26 +0000 (Tue, 17 Jul 2012) Log Message: ----------- Kalmer Piiskop: Fix the link for MediaWiki and DocuWiki Modified Paths: -------------- trunk/includes/MiscFunctions.php Modified: trunk/includes/MiscFunctions.php =================================================================== --- trunk/includes/MiscFunctions.php 2012-07-17 06:09:37 UTC (rev 5512) +++ trunk/includes/MiscFunctions.php 2012-07-17 07:39:26 UTC (rev 5513) @@ -238,9 +238,9 @@ if ($_SESSION['WikiApp']==_('WackoWiki')){ echo '<a target="_blank" href="' . $WikiPath . $type . $id . '">' . _('Wiki ' . $type . ' Knowlege Base') . '</a><br />'; } elseif ($_SESSION['WikiApp']==_('MediaWiki')){ - echo '<a target="_blank" href="' . $WikiPath . $_SESSION['WikiPath'] . '/index.php/' . $type . '/' . $id . '">' . _('Wiki ' . $type . ' Knowlege Base') . '</a><br />'; + echo '<a target="_blank" href="' . $WikiPath . '/index.php/' . $type . '/' . $id . '">' . _('Wiki ' . $type . ' Knowlege Base') . '</a><br />'; } elseif ($_SESSION['WikiApp']==_('DokuWiki')){ - echo $WikiPath . $_SESSION['WikiPath'] . '/doku.php?id=' . $type . ':' . $id . ' ' . _('Wiki ' . $type . ' Knowlege Base') . ' <br />'; + echo $WikiPath . '/doku.php?id=' . $type . ':' . $id . ' ' . _('Wiki ' . $type . ' Knowlege Base') . ' <br />'; } }//wikiLink This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |