rev update

This commit is contained in:
redmatrix
2015-11-06 12:34:29 -08:00
parent 8db428458a
commit 1c8f63f1e5
4 changed files with 13 additions and 9 deletions

View File

@@ -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;
}