function nodes::GetUserSubmissionsChildren() created, need to write some usefull...
[mirrors/Kyberia-bloodline.git] / wwwroot / inc / result.inc
index ab421a612c789458d810246fc78b3c4879b7b48c..e37c118cdc14907ffdcc2e187b61afc64e9b7581 100644 (file)
@@ -44,7 +44,7 @@ class result extends PDOStatement {
        }
 
        function getInt($column) {      //DEPRECATED!!! Use $this->fetch(); instead!!!
-               $this->getString(); //Dynamic typing OMG...
+               $this->getString($column); //Dynamic typing OMG...
        }
 
        function getNumRows() { //DEPRECATED!!! Use $this->rowCount(); instead!!!
This page took 0.089426 seconds and 4 git commands to generate.