OSDN Git Service

<%categorylist(MyTemplate)%>内のURLがおかしなことになってるんで、621行目をコメントアウトしました
authorshizuki <shizuki@1ca29b6e-896d-4ea0-84a5-967f57386b96>
Wed, 7 Feb 2007 12:32:25 +0000 (12:32 +0000)
committershizuki <shizuki@1ca29b6e-896d-4ea0-84a5-967f57386b96>
Wed, 7 Feb 2007 12:32:25 +0000 (12:32 +0000)
git-svn-id: https://svn.sourceforge.jp/svnroot/nucleus-jp/nucleus-jp/trunk/utf8@196 1ca29b6e-896d-4ea0-84a5-967f57386b96

nucleus/libs/BLOG.php

index db60499..5e97f4d 100755 (executable)
@@ -16,8 +16,8 @@
  *
  * @license http://nucleuscms.org/license.txt GNU General Public License
  * @copyright Copyright (C) 2002-2007 The Nucleus Group
- * @version $Id: BLOG.php,v 1.7 2007-02-04 06:28:46 kimitake Exp $
- * $NucleusJP: BLOG.php,v 1.6 2006/08/31 20:58:50 kimitake Exp $
+ * @version $Id: BLOG.php,v 1.8 2007-02-07 12:32:25 shizuki Exp $
+ * $NucleusJP: BLOG.php,v 1.7 2007/02/04 06:28:46 kimitake Exp $
  */
 
 // temporary: dirt way to separe class ITEMACTIONS from BLOG
@@ -618,7 +618,7 @@ class BLOG {
                }
 
                //$blogurl = $this->getURL() . $qargs;
-               $blogurl = createBlogLink($this->getURL(), $linkparams);
+               //$blogurl = createBlogLink($this->getURL(), $linkparams);
 
                $template =& $manager->getTemplate($template);