Home
last modified time | relevance | path

Searched refs:checkact (Results 1 – 3 of 3) sorted by relevance

/plugin/translation/
H A Dhelper.php158 * @param bool $checkact only return true if $ACT is 'show' argument
161 public function istranslatable($id, $checkact = true)
165 if ($checkact && (!isset($ACT) || act_clean($ACT) != 'show')) return false;
/plugin/translation3/
H A Dhelper.php97 function istranslatable($id,$checkact=true){ argument
100 if($checkact && $ACT != 'show') return false;
/plugin/autotranslation/
H A Dhelper.php185 function istranslatable($id, $checkact = true) { argument
190 if($checkact && $ACT != 'show') return false;