mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-19 17:38:06 +02:00
Updated the access_log tables
This commit is contained in:
parent
578c6e0799
commit
6185804790
@ -19,7 +19,7 @@
|
|||||||
$db->query($sql);
|
$db->query($sql);
|
||||||
|
|
||||||
$sql = "CREATE TABLE applications (
|
$sql = "CREATE TABLE applications (
|
||||||
app_name varchar(25) NOT NULL,
|
app_name varchar(25),
|
||||||
app_title varchar(50),
|
app_title varchar(50),
|
||||||
app_enabled int,
|
app_enabled int,
|
||||||
app_order int,
|
app_order int,
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
/* $Id$ */
|
/* $Id$ */
|
||||||
|
|
||||||
/* !!! This needs to be changed each time we do an update !!! */
|
/* !!! This needs to be changed each time we do an update !!! */
|
||||||
$newversion = "0.9.1";
|
$newversion = "0.9.2";
|
||||||
|
|
||||||
$phpgw_info["flags"] = array("noheader" => True, "nonavbar" => True, "currentapp" => "home", "noapi" => True);
|
$phpgw_info["flags"] = array("noheader" => True, "nonavbar" => True, "currentapp" => "home", "noapi" => True);
|
||||||
include("../header.inc.php");
|
include("../header.inc.php");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user