in this case no results is not an error

This commit is contained in:
redmatrix 2015-09-03 15:48:01 -07:00
parent 90d48d60d8
commit e1af81ea55

View File

@ -1750,8 +1750,7 @@ function update_r1151() {
} }
} }
if ($r3)
return UPDATE_SUCCESS; return UPDATE_SUCCESS;
return UPDATE_FAILED;
} }