diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-11-06 12:34:29 -0800 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-11-06 12:34:29 -0800 |
commit | 1c8f63f1e50726c00220cfd98f259d2d35d37106 (patch) | |
tree | fd123ce7d82827e27cf3fcc2b919c585a8fbe7da /install/update.php | |
parent | 8db428458a69cbb8b5c046cc389e7801a98d75b0 (diff) | |
download | volse-hubzilla-1c8f63f1e50726c00220cfd98f259d2d35d37106.tar.gz volse-hubzilla-1c8f63f1e50726c00220cfd98f259d2d35d37106.tar.bz2 volse-hubzilla-1c8f63f1e50726c00220cfd98f259d2d35d37106.zip |
rev update
Diffstat (limited to 'install/update.php')
-rw-r--r-- | install/update.php | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/install/update.php b/install/update.php index b05e433dc..0e287f20e 100644 --- a/install/update.php +++ b/install/update.php @@ -1,6 +1,6 @@ <?php -define( 'UPDATE_VERSION' , 1159 ); +define( 'UPDATE_VERSION' , 1160 ); /** * @@ -1788,3 +1788,7 @@ function update_r1158() { return UPDATE_SUCCESS; } +function update_r1159() { + return UPDATE_SUCCESS; +} + |