projects
/
mailer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c4f05bc
)
Obsolete SQL_FREERESULT() call removed
author
Roland Häder
<roland@mxchange.org>
Sun, 8 Nov 2009 17:30:57 +0000
(17:30 +0000)
committer
Roland Häder
<roland@mxchange.org>
Sun, 8 Nov 2009 17:30:57 +0000
(17:30 +0000)
doubler.php
patch
|
blob
|
history
diff --git
a/doubler.php
b/doubler.php
index
f72af79
..
590af15
100644
(file)
--- a/
doubler.php
+++ b/
doubler.php
@@
-82,9
+82,6
@@
if (isFormSent()) {
loadTemplate('admin_settings_saved', false, getMessage('DOUBLER_USERID_INVALID'));
} // END - if
- // Free result
- SQL_FREERESULT($result);
-
// Remove any dots and unwanted chars from the points
setRequestPostElement('points', bigintval(round(convertCommaToDot(postRequestElement('points')))));