commit 4899d312c04390f2d9299388cf941bdfa6efc434 parent e49a67589334be14782fd40fe47aec216c937739 Author: MTRNord <mtrnord1@gmail.com> Date: Fri, 20 Mar 2015 17:44:45 +0100 more tests Diffstat:
| M | core/api/v1/DbHandler.class.php | | | 3 | +++ |
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/core/api/v1/DbHandler.class.php b/core/api/v1/DbHandler.class.php @@ -269,6 +269,9 @@ class DbHandler { } else { return NULL; } + $test = is_int($x); + echo $test; + echo "</br>"; $x = $x+1; echo $x; $id = $id+1;