Home
last modified time | relevance | path

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

/plugin/dwcommits/
H A Dhelper.php696 function construct_msg_clause($phrase1,$phrase2,$op) { argument
697 if(!$phrase1) return "";
698 if(!$phrase2) return $phrase1;
700 return " (($phrase1) $OP ($phrase2)) ";