You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 22, 2024. It is now read-only.
selectValue($tableName, $column, $where = null) is implemented as
$stmt = $this->executeSelect($tableName, $column, $where,$afterwhere);
return $stmt->fetchColumn();
$afterwhere is not declared so this gives errors when errors are enabled.
The solution is to replace $afterwhere by ''
Otherwise Atomik is really excellent!
The text was updated successfully, but these errors were encountered: