summaryrefslogtreecommitdiffstats
path: root/frontends/php/include/forms.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/php/include/forms.inc.php')
-rw-r--r--frontends/php/include/forms.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/include/forms.inc.php b/frontends/php/include/forms.inc.php
index 7ca86f4f..1ac62e2b 100644
--- a/frontends/php/include/forms.inc.php
+++ b/frontends/php/include/forms.inc.php
@@ -1438,7 +1438,7 @@
if(isset($_REQUEST["imageid"]))
{
- $result=DBselect("select imageid,imagetype,name,image from images".
+ $result=DBselect("select imageid,imagetype,name from images".
" where imageid=".$_REQUEST["imageid"]);
$row=DBfetch($result);