Updated the access_log tables

This commit is contained in:
jengo 2000-10-03 07:55:03 +00:00
parent 578c6e0799
commit 6185804790
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@
$db->query($sql);
$sql = "CREATE TABLE applications (
app_name varchar(25) NOT NULL,
app_name varchar(25),
app_title varchar(50),
app_enabled int,
app_order int,

View File

@ -12,7 +12,7 @@
/* $Id$ */
/* !!! 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);
include("../header.inc.php");