OSDN Git Service

remove unused global variable declaration ($non_list).
authorpanda <panda>
Wed, 26 Feb 2003 08:55:05 +0000 (17:55 +0900)
committerpanda <panda>
Wed, 26 Feb 2003 08:55:05 +0000 (17:55 +0900)
plugin/template.inc.php

index 782945b..782436d 100644 (file)
@@ -1,11 +1,11 @@
 <?php
-// $Id: template.inc.php,v 1.6 2003/01/27 05:38:47 panda Exp $
+// $Id: template.inc.php,v 1.7 2003/02/26 08:55:05 panda Exp $
 
 define('MAX_LEN',60);
 
 function plugin_template_action()
 {
-       global $vars,$script,$non_list,$whatsnew,$_btn_template;
+       global $vars,$script,$whatsnew,$_btn_template;
        
        global $script,$vars;
        global $_title_edit;