Lines Matching refs:ov
43 $ov = $this->getConf('ov');
44 if(!empty($ov)) {
45 $this->ssourl = $this->addUrlParams($this->ssourl,array("ov"=>$ov));
126 $ov = $this->getConf('ov');
127 if( !empty($ov) && ($daten["ov"] != $ov) ) {
128 nice_die("Falsches Organisationskuerzel: ".$daten["ov"]. ", erwartet: ".$ov);
155 $ov = trim($this->getConf("ov"));
167 if(!empty($ov)) { // ov automatisch ergänzen, wenn bekannt und nicht genannt
172 $u = $this->buildUser($u, $ov);
186 function buildUser($user, $ov="") { argument
187 if(empty($ov)) {
188 $ov = trim($this->getConf("ov"));
190 return $this->cleanUser($user) . $this->usersepchar . $this->cleanUser($ov);