diff options
author | Friendika <info@friendika.com> | 2010-11-21 23:00:01 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2010-11-21 23:00:01 -0800 |
commit | de6c777d3f6753b8fb5f33bc0ee8acafc6772551 (patch) | |
tree | ef95d120dd770da99071b195fdc08626981cc639 /mod/install.php | |
parent | 552c56102ea70c6c9e32e13675b564a36814a069 (diff) | |
download | volse-hubzilla-de6c777d3f6753b8fb5f33bc0ee8acafc6772551.tar.gz volse-hubzilla-de6c777d3f6753b8fb5f33bc0ee8acafc6772551.tar.bz2 volse-hubzilla-de6c777d3f6753b8fb5f33bc0ee8acafc6772551.zip |
infrastructure for queueing, redelivery
Diffstat (limited to 'mod/install.php')
-rw-r--r-- | mod/install.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/install.php b/mod/install.php index 7f150ef1d..cbe3b2fc9 100644 --- a/mod/install.php +++ b/mod/install.php @@ -173,6 +173,6 @@ function load_database($db) { $errors ++; } } - } + } return $errors; }
\ No newline at end of file |