mirror of
https://github.com/easy-wi/developer.git
synced 2025-02-20 11:23:28 +08:00
sql error
This commit is contained in:
parent
aed3f66cac
commit
0275388846
@ -138,8 +138,8 @@ function versioncheck ($current,$new,$file,$response,$sql) {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
$easywiversion=$sql->prepare("SELECT `version` FROM `easywi_version` ORDER BY `id` DESC LIMIT 1");
|
||||
$easywiversion->execute();
|
||||
$query=$sql->prepare("SELECT `version` FROM `easywi_version` ORDER BY `id` DESC LIMIT 1");
|
||||
$query->execute();
|
||||
$version=$query->fetchColumn();
|
||||
$admin_id=1;
|
||||
$main=1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user