[xoops-cvslog 2083] CVS update: xoops2jp/html/modules/comment

Back to archive index

Minahito minah****@users*****
2006年 2月 2日 (木) 18:29:01 JST


Index: xoops2jp/html/modules/comment/xoops_version.php
diff -u xoops2jp/html/modules/comment/xoops_version.php:1.1.2.3 xoops2jp/html/modules/comment/xoops_version.php:removed
--- xoops2jp/html/modules/comment/xoops_version.php:1.1.2.3	Fri Nov 25 00:04:24 2005
+++ xoops2jp/html/modules/comment/xoops_version.php	Thu Feb  2 18:29:01 2006
@@ -1,58 +0,0 @@
-<?php
-// $Id$
-//  ------------------------------------------------------------------------ //
-//              XOOPSCube - PHP Content Management System                    //
-//                  Copyright (c) 2005 XOOPSCube.org                         //
-//                     <http://www.xoopscube.org/>                           //
-//  ------------------------------------------------------------------------ //
-//  This program is free software; you can redistribute it and/or modify     //
-//  it under the terms of the GNU General Public License as published by     //
-//  the Free Software Foundation; either version 2 of the License, or        //
-//  (at your option) any later version.                                      //
-//                                                                           //
-//  You may not change or alter any portion of this comment or credits       //
-//  of supporting developers from this source code or any supporting         //
-//  source code which is considered copyrighted (c) material of the          //
-//  original comment or credit authors.                                      //
-//                                                                           //
-//  This program is distributed in the hope that it will be useful,          //
-//  but WITHOUT ANY WARRANTY; without even the implied warranty of           //
-//  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the            //
-//  GNU General Public License for more details.                             //
-//                                                                           //
-//  You should have received a copy of the GNU General Public License        //
-//  along with this program; if not, write to the Free Software              //
-//  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA //
-//  ------------------------------------------------------------------------ //
-
-$modversion['name'] = _MI_COMMENT_NAME;
-$modversion['version'] = 1.00;
-$modversion['description'] = _MI_COMMENT_NAME_DESC;
-$modversion['author'] = "";
-$modversion['credits'] = "The XOOPS Cube Project";
-$modversion['license'] = "GPL see LICENSE";
-$modversion['official'] = 1;
-$modversion['image'] = "images/comment.gif";
-$modversion['dirname'] = "comment";
-
-//
-// Database Setting
-//
-$modversion['sqlfile']['mysql'] = "sql/mysql.sql";
-$modversion['tables'][0] = "comment_comments";
-
-// Admin things
-$modversion['hasAdmin'] = 1;
-$modversion['adminindex'] = "admin/index.php";
-$modversion['adminmenu'] = "admin/menu.php";
-
-// Templates
-$modversion['templates'][1]['file'] = "comment_delete_input.html";
-$modversion['templates'][2]['file'] = "comment_reply_input.html";
-$modversion['templates'][3]['file'] = "comment_post_input.html";
-$modversion['templates'][4]['file'] = "comment_comment.html";
-
-// Menu
-$modversion['hasMain'] = 0;
-
-?>


xoops-cvslog メーリングリストの案内
Back to archive index