mirror of
https://github.com/easy-wi/developer.git
synced 2025-02-20 11:23:28 +08:00
? missing
This commit is contained in:
parent
686f7b4d3e
commit
a3e1e82e3f
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user