1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-30 19:30:25 +02:00

Some work on unattended install.. not fully working yet.

This commit is contained in:
CaMer0n
2009-09-04 01:17:22 +00:00
parent 579674c87e
commit 3e5d46663e
3 changed files with 56 additions and 41 deletions

View File

@@ -4,7 +4,7 @@
| e107 website system
| code adapted from original by Lolo Irie (lolo_irie@e107coders.org)
|
| <20>Steve Dunstan 2001-2002
| <20>Steve Dunstan 2001-2002
| http://e107.org
| jalist@e107.org
|
@@ -108,7 +108,7 @@ $upgrade_alter_tables = array(
$eplug_upgrade_done = CONTENT_PLUGIN_LAN_6;
//uninstall function: remove core prefs
if(!function_exists(content_uninstall)){
if(!function_exists('content_uninstall')){
function content_uninstall(){
global $sql;
if($sql->db_Select("core","*","e107_name='pcontent'")){