X-Git-Url: https://git.harvie.cz/?a=blobdiff_plain;f=wwwroot%2Finc%2Fresult.inc;h=e37c118cdc14907ffdcc2e187b61afc64e9b7581;hb=368d735fbf606b8d593b2bc7b719af81963a9699;hp=ab421a612c789458d810246fc78b3c4879b7b48c;hpb=78f1a5f44941de2459b71c375e36cf88227c689c;p=mirrors%2FKyberia-bloodline.git diff --git a/wwwroot/inc/result.inc b/wwwroot/inc/result.inc index ab421a6..e37c118 100644 --- a/wwwroot/inc/result.inc +++ b/wwwroot/inc/result.inc @@ -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!!!