summaryrefslogtreecommitdiff
path: root/admin
diff options
context:
space:
mode:
authorLester Caine <lester@lsces.co.uk>2005-11-27 13:09:05 +0000
committerLester Caine <lester@lsces.co.uk>2005-11-27 13:09:05 +0000
commit37f9520f5e2f1ea1b2d420345763b2de4eba181f (patch)
treed28e08b69718e0fec77154f1db5660838b59ee75 /admin
parent8540b36b5d3f08107f312cc33281200cda2da2ca (diff)
downloadmessages-37f9520f5e2f1ea1b2d420345763b2de4eba181f.tar.gz
messages-37f9520f5e2f1ea1b2d420345763b2de4eba181f.tar.bz2
messages-37f9520f5e2f1ea1b2d420345763b2de4eba181f.zip
Missing comma in schema
Diffstat (limited to 'admin')
-rw-r--r--admin/schema_inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/schema_inc.php b/admin/schema_inc.php
index aabf2f5..944a804 100644
--- a/admin/schema_inc.php
+++ b/admin/schema_inc.php
@@ -21,7 +21,7 @@ $tables = array(
",
'messu_system_message_map' => "
- msg_id I4
+ msg_id I4,
to_user_id I4 NOTNULL,
is_read C(1),
is_flagged C(1),