From: Harvie Date: Tue, 17 May 2011 23:12:52 +0000 (+0200) Subject: Fixed permission disease instead of symptom. OMG. X-Git-Url: https://git.harvie.cz/?p=mirrors%2FKyberia-bloodline.git;a=commitdiff_plain;h=5e495f9a62c02f5547fea7e80e138fd9f5c5b732 Fixed permission disease instead of symptom. OMG. --- diff --git a/wwwroot/inc/result.inc b/wwwroot/inc/result.inc index e37c118..e2afa3d 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($column); //Dynamic typing OMG... + return $this->getString($column); //Dynamic typing OMG... } function getNumRows() { //DEPRECATED!!! Use $this->rowCount(); instead!!!