diff options
author | Friendika <info@friendika.com> | 2011-04-11 21:36:04 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-04-11 21:36:04 -0700 |
commit | 98712bce7622d618eecaf0a785f3664dd8648ce2 (patch) | |
tree | 2e5dd733a07bbb2611f11d9b6afca8a215e69168 /update.php | |
parent | 5173f5b967aaca97b60a5127b6105aaa04081d91 (diff) | |
download | volse-hubzilla-98712bce7622d618eecaf0a785f3664dd8648ce2.tar.gz volse-hubzilla-98712bce7622d618eecaf0a785f3664dd8648ce2.tar.bz2 volse-hubzilla-98712bce7622d618eecaf0a785f3664dd8648ce2.zip |
no newline at eof
Diffstat (limited to 'update.php')
-rw-r--r-- | update.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/update.php b/update.php index f66b1b9fa..bb4536ae9 100644 --- a/update.php +++ b/update.php @@ -442,4 +442,5 @@ function update_1049() { `reply_to` CHAR( 255 ) NOT NULL , `last_check` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00' ) ENGINE = MYISAM "); -}
\ No newline at end of file +} + |