Fixed permission disease instead of symptom. OMG.
authorHarvie <tomas@mudrunka.cz>
Tue, 17 May 2011 23:12:52 +0000 (01:12 +0200)
committerHarvie <tomas@mudrunka.cz>
Tue, 17 May 2011 23:12:52 +0000 (01:12 +0200)
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.160342 seconds and 4 git commands to generate.