Searched refs:checklock (Results 1 – 6 of 6) sorted by relevance
43 $lockedby = checklock($ID);
84 $lockedby = checklock($ID);
287 if (checklock($wiki_id)) {294 if (checklock($wiki_id)) {296 var_dump(checklock($wiki_id));311 if (checklock($wiki_id)) {
604 if (auth_quickaclcheck($id) < AUTH_EDIT || checklock($id)) {675 if (checklock($page)) {
151 if (!checklock($ID)) {
236 $info['locked'] = checklock($ID);891 function checklock($id) function