OSDN Git Service

line 2522,2528
authorshizuki <shizuki@1ca29b6e-896d-4ea0-84a5-967f57386b96>
Tue, 30 Oct 2007 14:21:58 +0000 (14:21 +0000)
committershizuki <shizuki@1ca29b6e-896d-4ea0-84a5-967f57386b96>
Tue, 30 Oct 2007 14:21:58 +0000 (14:21 +0000)
Fix short open tag
line 3295
fix var $bdescription to $bdesc

git-svn-id: https://svn.sourceforge.jp/svnroot/nucleus-jp/nucleus-jp/branches/branch-3-3@344 1ca29b6e-896d-4ea0-84a5-967f57386b96

utf8/nucleus/libs/ADMIN.php

index 2051e15..6a97cde 100755 (executable)
@@ -14,8 +14,8 @@
  *
  * @license http://nucleuscms.org/license.txt GNU General Public License
  * @copyright Copyright (C) 2002-2007 The Nucleus Group
- * @version $Id: ADMIN.php,v 1.21.2.2 2007-10-26 04:54:48 kimitake Exp $
- * @version $NucleusJP: ADMIN.php,v 1.21.2.1 2007/10/23 07:06:19 kimitake Exp $
+ * @version $Id: ADMIN.php,v 1.21.2.3 2007-10-30 14:21:58 shizuki Exp $
+ * @version $NucleusJP: ADMIN.php,v 1.21.2.2 2007/10/26 04:54:48 kimitake Exp $
  */
 
 if ( !function_exists('requestVar') ) exit;
@@ -2519,13 +2519,13 @@ class ADMIN {
                                /><label for="notifyNewItem"><?php echo _EBLOG_NOTIFY_ITEM?></label>
                        </td>
                </tr><tr>
-               <? 
+               <?php
                if (numberOfEventSubscriber('SendPing') > 0) {
                ?>
                        <td><?php echo _EBLOG_PING?> <?php help('sendping'); ?></td>
                        <td><?php $this->input_yesno('sendping',$blog->sendPing(),85); ?></td>
                </tr><tr>
-               <?
+               <?php
                }
                ?>
                        <td><?php echo _EBLOG_MAXCOMMENTS?> <?php help('blogmaxcomments'); ?></td>
@@ -3292,7 +3292,7 @@ class ADMIN {
                                'name' => &$bname,
                                'shortname' => &$bshortname,
                                'timeoffset' => &$btimeoffset,
-                               'description' => &$bdescription,
+                               'description' => &$bdesc,
                                'defaultskin' => &$bdefskin
                        )
                );