OSDN Git Service

preparation for 4.0 trunk: move whole scripts just under trunk directory
[nucleus-jp/nucleus-jp-ancient.git] / utf8 / nucleus / upgrades / upgrade3.1.php
diff --git a/utf8/nucleus/upgrades/upgrade3.1.php b/utf8/nucleus/upgrades/upgrade3.1.php
deleted file mode 100755 (executable)
index 06d4b25..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
-<?php
-/*
- * Nucleus: PHP/MySQL Weblog CMS (http://nucleuscms.org/)
- * Copyright (C) 2002-2011 The Nucleus Group
- *
- * 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.
- * (see nucleus/documentation/index.html#license for more info)
- */
-/**
- * @license http://nucleuscms.org/license.txt GNU General Public License
- * @copyright Copyright (C) 2002-2011 The Nucleus Group
- * @version $Id$
- * $NucleusJP: upgrade3.1.php,v 1.3.2.1 2007/10/24 05:39:16 kimitake Exp $
- *
- */
-
-function upgrade_do310() {
-
-    if (upgrade_checkinstall(310))
-        return 'インストール済みです';
-
-    // 3.0 -> 3.1
-    // update database version  
-    update_version('310');
-    // nothing!
-}
-
-?>