? missing

This commit is contained in:
Ulrich Block 2013-08-29 00:23:55 +02:00
parent 686f7b4d3e
commit a3e1e82e3f

View File

@ -101,7 +101,7 @@ if ($ui->w('action',4,'post') and !token(true)) {
if ($query->rowCount()>0) {
$template_file=$spracheResponse->error_name;
} else {
$query=$sql->prepare("INSERT INTO `page_downloads` (`show`,`description`,`fileName`,`date`,`resellerID`) VALUES (?,?,NOW(),?)");
$query=$sql->prepare("INSERT INTO `page_downloads` (`show`,`description`,`fileName`,`date`,`resellerID`) VALUES (?,?,?,NOW(),?)");
$query->execute(array($ui->w('show',1,'post'),$ui->names('description',255,'post'),$ui->names('fileName',255,'post'),$reseller_id));
if($query->rowCount()>0) $changed=true;
$template_file=$spracheResponse->table_add;