no message
This commit is contained in:
parent
ae8d70f965
commit
4b3fe718b3
@ -140,10 +140,16 @@ class Dove extends Base {
|
||||
|
||||
public function uncheck($aParam)
|
||||
{
|
||||
$aParam['iSetValue'] = 0;
|
||||
$r = $this->set($aParam);
|
||||
$sCode = $aParam["aArg"][1];
|
||||
|
||||
return $r;
|
||||
$r = ModelDoveSite::where("code", $sCode)->update(["dove_checked" => 0]);
|
||||
|
||||
return $this->now();
|
||||
|
||||
// $aParam['iSetValue'] = 0;
|
||||
// $r = $this->set($aParam);
|
||||
//
|
||||
// return $r;
|
||||
}
|
||||
|
||||
public function now()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user