diff options
author | Kevin Chabowski <kevin@kch42.de> | 2011-10-05 15:18:23 +0200 |
---|---|---|
committer | Kevin Chabowski <kevin@kch42.de> | 2011-10-05 15:18:23 +0200 |
commit | 990b708dff0c9eca3d576a890e962c4dd40226c8 (patch) | |
tree | f79512536a1ee8e8fd3b239fe9f96460dfc257ae /ratatoeskr/sys/db.php | |
parent | 0f185543bb9851fddc137f81a1e2a1d21589bc83 (diff) | |
download | ratatoeskr-cms-990b708dff0c9eca3d576a890e962c4dd40226c8.tar.gz ratatoeskr-cms-990b708dff0c9eca3d576a890e962c4dd40226c8.tar.bz2 ratatoeskr-cms-990b708dff0c9eca3d576a890e962c4dd40226c8.zip |
Fixed some bugs in db.php and models.php.
Diffstat (limited to 'ratatoeskr/sys/db.php')
-rw-r--r-- | ratatoeskr/sys/db.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ratatoeskr/sys/db.php b/ratatoeskr/sys/db.php index 55801c0..e5caddc 100644 --- a/ratatoeskr/sys/db.php +++ b/ratatoeskr/sys/db.php @@ -73,7 +73,7 @@ function qdb_vfmt($args) */ function qdb_fmt() { - return qdb_vfmt(fung_get_args()); + return qdb_vfmt(func_get_args()); } /* |