OSDN Git Service

fixed typo.
authorhsur <hsur@1ca29b6e-896d-4ea0-84a5-967f57386b96>
Mon, 9 Oct 2006 18:32:05 +0000 (18:32 +0000)
committerhsur <hsur@1ca29b6e-896d-4ea0-84a5-967f57386b96>
Mon, 9 Oct 2006 18:32:05 +0000 (18:32 +0000)
git-svn-id: https://svn.sourceforge.jp/svnroot/nucleus-jp/plugin@439 1ca29b6e-896d-4ea0-84a5-967f57386b96

trunk/NP_TagEX/NP_TagEX.php

index 7dd2e18..3b41e20 100644 (file)
@@ -285,9 +285,9 @@ function resetOlder(old){
 <?php          
                echo '<div style="height: 200px;overflow: auto;">' . "\n";
                if ($this->getOption('tagsonlycurrent') == no) {
-                       $existTags = $this->scanExistTags(0, 99999999, intavl($this->getOption('editTagOrder')));
+                       $existTags = $this->scanExistTags(0, 99999999, intval($this->getOption('editTagOrder')));
                } else {
-                       $existTags = $this->scanExistTags(1, 99999999, intavl($this->getOption('editTagOrder')), $blogid);
+                       $existTags = $this->scanExistTags(1, 99999999, intval($this->getOption('editTagOrder')), $blogid);
                }
                if($existTags){
                        $existTags = array_keys($existTags);