projects
/
phppgadmin.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e28d141
)
fix bug where # of params exposed was incorrect. credit to Bert Thomas <bthomas@broth...
author
Robert Treat
<rob@xzilla.net>
Mon, 24 Feb 2014 19:19:46 +0000
(14:19 -0500)
committer
Robert Treat
<rob@xzilla.net>
Mon, 24 Feb 2014 19:19:46 +0000
(14:19 -0500)
functions.php
patch
|
blob
|
blame
|
history
diff --git
a/functions.php
b/functions.php
index d2c592393ef13a04fe6151c4ee8288c6469575cb..e7517f12f5520e8184068919864027598b851d26 100644
(file)
--- a/
functions.php
+++ b/
functions.php
@@
-255,7
+255,7
@@
if ($funcdata->recordCount() > 0) {
// Deal with named parameters
if ($data->hasNamedParams()) {
- if ( isset($f
n
data->fields['proallarguments']) ) {
+ if ( isset($f
unc
data->fields['proallarguments']) ) {
$args_arr = $data->phpArray($funcdata->fields['proallarguments']);
} else {
$args_arr = explode(', ', $funcdata->fields['proarguments']);