GIT.Harvie.CZ
/
mirrors
/
Kyberia-bloodline.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fee499b
)
Fixed permission disease instead of symptom. OMG.
author
Harvie
<tomas@mudrunka.cz>
Tue, 17 May 2011 23:12:52 +0000
(
01:12
+0200)
committer
Harvie
<tomas@mudrunka.cz>
Tue, 17 May 2011 23:12:52 +0000
(
01:12
+0200)
wwwroot/inc/result.inc
patch
|
blob
|
blame
|
history
diff --git
a/wwwroot/inc/result.inc
b/wwwroot/inc/result.inc
index e37c118cdc14907ffdcc2e187b61afc64e9b7581..e2afa3d815cf0026885dc3f8a23ffe06bbaa6da8 100644
(file)
--- 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!!!
This page took
0.252431 seconds
and
4
git commands to generate.