Searched refs:searchpotid (Results 1 – 2 of 2) sorted by relevance
16 $searchpotid = $stew[2]; variable21 $thepotid = $this->cargo[$searchpotid]['output']['result'];23 $completeformula .= $this->cargo[$searchpotid]['output']['formula'];25 $completeformula .= " 'not set: {@$searchpotid}' ";32 preg_match("/.*($searchpotid).*/x", $key, $match); //.*(gut).*
19 $searchpotid = $stew[2]; variable24 $thepotid = $this->cargo[$searchpotid]['output']['result'];26 $completeformula .= "( ".$this->cargo[$searchpotid]['output']['formula']." )";28 $completeformula .= " 'not set: {@$searchpotid}' ";33 $pattern = "/.*($searchpotid).*/x";