get_node_commanders goes to backend
[mirrors/Kyberia-bloodline.git] / wwwroot / inc / result.inc
index e37c118cdc14907ffdcc2e187b61afc64e9b7581..e2afa3d815cf0026885dc3f8a23ffe06bbaa6da8 100644 (file)
@@ -44,7 +44,7 @@ class result extends PDOStatement {
        }
 
        function getInt($column) {      //DEPRECATED!!! Use $this->fetch(); instead!!!
-               $this->getString($column); //Dynamic typing OMG...
+               return $this->getString($column); //Dynamic typing OMG...
        }
 
        function getNumRows() { //DEPRECATED!!! Use $this->rowCount(); instead!!!
This page took 0.120606 seconds and 4 git commands to generate.