1
0
mirror of https://github.com/e107inc/e107.git synced 2025-04-22 13:41:52 +02:00

put back php closing tag (been missing for ages and no-one noticed except marj), correct entry for integrity check plugin install (thanks again marj), but disable since plugin is deprecated.

This commit is contained in:
e107steved 2007-01-09 20:12:42 +00:00
parent 1190681e34
commit e14d515ead
2 changed files with 5 additions and 4 deletions
e107_languages/English
install_.php

@ -131,7 +131,7 @@ define("LANINS_091", "Submit News");
define("LANINS_092", "Contact Us");
define("LANINS_093", "Grants access to private menu items");
define("LANINS_094", "Example private forum class");
define("LANINS_095", "integrity_check");
define("LANINS_095", "Integrity Check");
define("LANINS_096", "");
define("LANINS_097", "");
define("LANINS_098", "");

@ -11,8 +11,8 @@
| GNU General Public License (http://gnu.org).
|
| $Source: /cvs_backup/e107_0.8/install_.php,v $
| $Revision: 1.2 $
| $Date: 2007-01-08 21:33:52 $
| $Revision: 1.3 $
| $Date: 2007-01-09 20:12:42 $
| $Author: e107steved $
+----------------------------------------------------------------------------+
*/
@ -749,7 +749,7 @@ This file has been generated by the installation script.
mysql_query("INSERT INTO {$this->previous_steps['mysql']['prefix']}userclass_classes VALUES (1, 'PRIVATEMENU', '".LANINS_093."',".e_UC_ADMIN.")");
mysql_query("INSERT INTO {$this->previous_steps['mysql']['prefix']}userclass_classes VALUES (2, 'PRIVATEFORUM1', '".LANINS_094."',".e_UC_ADMIN.")");
mysql_query("INSERT INTO {$this->previous_steps['mysql']['prefix']}plugin VALUES (0, 'Integrity Check', '0.03', '".LANINS_095."', 1, '') ");
// mysql_query("INSERT INTO {$this->previous_steps['mysql']['prefix']}plugin VALUES (0, '".LANINS_095."', '0.03', 'Integrity Check', 1, '') ");
mysql_query("INSERT INTO {$this->previous_steps['mysql']['prefix']}generic VALUES (0, 'wmessage', 1145848343, 1, '', 0, '[center]<img src=&#039;{e_IMAGE}splash.jpg&#039; style=&#039;width: 412px; height: 275px&#039; alt=&#039;&#039; />[/center]')");
@ -1935,3 +1935,4 @@ R0lGODlhAwABAJEAAAAAAP///1xcXP///yH5BAEAAAMALAAAAAADAAEAAAIC1FYAOw=="));
break;
}
}
?>