process_delivery: ignore self

This commit is contained in:
redmatrix
2015-09-28 19:04:36 -07:00
parent 67fe8fc4a7
commit 3a8e1e0484
4 changed files with 13 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
<?php
define( 'UPDATE_VERSION' , 1155 );
define( 'UPDATE_VERSION' , 1156 );
/**
*
@@ -1766,3 +1766,7 @@ function update_r1153() {
function update_r1154() {
return UPDATE_SUCCESS;
}
function update_r1155() {
return UPDATE_SUCCESS;
}