47             if ($oUser->inGroup(
"oxidblacklist") || $oUser->inGroup(
"oxidblocked")) {
 
   48                 $oUser->blacklist = 
"1";
 
   50             $oUser->blPreventDelete = 
false;
 
   52                 $oUser->blPreventDelete = 
true;
 
   85         if (isset($aWhere[
'oxuser.oxlname']) && ($sName = $aWhere[
'oxuser.oxlname'])) {
 
   89             $aNameWhere[
'oxuser.oxfname'] = $aNameWhere[
'oxuser.oxlname'] = $sName;
 
   92             unset($aWhere[
'oxuser.oxlname']);
 
   98             $aVal = explode(
' ', $sName);
 
  100             $sSqlBoolAction = 
'';
 
  103             foreach ($aNameWhere as $sFieldName => $sValue) {
 
  106                 foreach ($aVal as $sVal) {
 
  108                     $sQ .= 
" {$sSqlBoolAction} {$sFieldName} ";
 
  111                     $sSqlBoolAction = 
' or ';
 
  117                     $sUml = $myUtilsString->prepareStrForSearch($sVal);
 
  119                         $sQ .= 
" or {$sFieldName} ";