48 foreach ( $this->
getItemList() as $sId => $oUser ) {
49 if ( $oUser->inGroup(
"oxidblacklist" ) || $oUser->inGroup(
"oxidblocked" ) ) {
50 $oUser->blacklist =
"1";
52 $oUser->blPreventDelete =
false;
54 $oUser->blPreventDelete =
true;
84 if ( isset( $aWhere[
'oxuser.oxlname'] ) && ( $sName = $aWhere[
'oxuser.oxlname'] ) ) {
88 $aNameWhere[
'oxuser.oxfname'] = $aNameWhere[
'oxuser.oxlname'] = $sName;
91 unset( $aWhere[
'oxuser.oxlname'] );
97 $aVal = explode(
' ', $sName );
102 foreach ( $aNameWhere as $sFieldName => $sValue ) {
105 foreach ( $aVal as $sVal ) {
107 $sQ .=
" {$sSqlBoolAction} {$sFieldName} ";
110 $sSqlBoolAction =
' or ';
116 $sUml = $myUtilsString->prepareStrForSearch( $sVal );
118 $sQ .=
" or {$sFieldName} ";