diff options
author | Bharat Mediratta <bharat@menalto.com> | 2008-12-21 03:56:53 +0000 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2008-12-21 03:56:53 +0000 |
commit | 3ce32dab5517c0774a65da3494b1c84d930818f1 (patch) | |
tree | 57acde0ef55cd121449212c69316ac04656be5b8 /core/helpers/core_installer.php | |
parent | f0b633334416ecb86de0356a06932fcf78efbfb7 (diff) |
Report actual log entries in the "log entries" admin block.
Diffstat (limited to 'core/helpers/core_installer.php')
-rw-r--r-- | core/helpers/core_installer.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/helpers/core_installer.php b/core/helpers/core_installer.php index 53b5bfe6..87ec3d87 100644 --- a/core/helpers/core_installer.php +++ b/core/helpers/core_installer.php @@ -78,6 +78,7 @@ class core_installer { `severity` int(9) default 0, `timestamp` int(9) default 0, `url` varchar(255) default NULL, + `user_id` int(9) default 0, PRIMARY KEY (`id`)) ENGINE=InnoDB DEFAULT CHARSET=utf8;"); |