[pLog-svn] r3983 - plog/branches/lifetype-1.1.1/class/net

oscar at devel.lifetype.net oscar at devel.lifetype.net
Sun Sep 17 22:18:54 GMT 2006


Author: oscar
Date: 2006-09-17 22:18:53 +0000 (Sun, 17 Sep 2006)
New Revision: 3983

Modified:
   plog/branches/lifetype-1.1.1/class/net/prettyrequestgenerator.class.php
Log:
the default value of this new parameter should be 'false' and not 'true' as I previously did...

Modified: plog/branches/lifetype-1.1.1/class/net/prettyrequestgenerator.class.php
===================================================================
--- plog/branches/lifetype-1.1.1/class/net/prettyrequestgenerator.class.php	2006-09-17 22:16:01 UTC (rev 3982)
+++ plog/branches/lifetype-1.1.1/class/net/prettyrequestgenerator.class.php	2006-09-17 22:18:53 UTC (rev 3983)
@@ -150,7 +150,7 @@
          *
          * @return Returns the url where the blog is running.
          */
-        function blogLink( $blogInfo = null, $ignoreSubdomainSettings = true )
+        function blogLink( $blogInfo = null, $ignoreSubdomainSettings = false )
         {
           $config =& Config::getConfig();          
           // if subdomains are enabled, there is no need to do much more here... 



More information about the pLog-svn mailing list