[pLog-svn] r1346 - plog/trunk

oscar at devel.plogworld.net oscar at devel.plogworld.net
Tue Mar 8 07:47:25 GMT 2005


Author: oscar
Date: 2005-03-08 07:47:25 +0000 (Tue, 08 Mar 2005)
New Revision: 1346

Modified:
   plog/trunk/summary.php
Log:
there is no "FAQ" action anymore, users are advised to use "summary.php?op=display&page=faq"


Modified: plog/trunk/summary.php
===================================================================
--- plog/trunk/summary.php	2005-03-07 14:55:40 UTC (rev 1345)
+++ plog/trunk/summary.php	2005-03-08 07:47:25 UTC (rev 1346)
@@ -44,7 +44,6 @@
 	$_actionMap["UserList"] = "UserListAction";	
 	$_actionMap["UserProfile"] = "UserProfileAction";
 	$_actionMap["BlogProfile"] = "BlogProfileAction";
-    $_actionMap["Faq"]           = "FaqAction";
 	// conditional action registration... you've got to love this :)))
 	if( !$config->getValue( 'summary_disable_registration' )) {
 		$_actionMap["RegisterStep0"] = "doReadAgreement";




More information about the pLog-svn mailing list