'.$this->oLang->texts['USER_ID'].' | '.$this->oLang->texts['SURNAME'].' | '.$this->oLang->texts['FORENAME'].' | '.$this->oLang->texts['EMAIL'].' | '.$this->oLang->texts['UID'].' | '; if ($_SESSION['admin']==1) { $table .= ''.$this->oLang->texts['BUTTON_CHANGE'].' | '.$this->oLang->texts['BUTTON_DELETE'].' | '; if (($_SESSION['admin']==1) or ($this->r_user_ID = $_SESSION['user_ID'])){ $table .= ''.$this->oLang->texts['BUTTON_SHOW_LOANS'].' | '; } } $table .= '
---|---|---|---|---|---|---|---|
'.$aResult['user_ID'].' | '.$aResult['forename'].' | '.$aResult['surname'].' | '.$aResult['email'].' | '.$aResult['UID'].' | '; if ($_SESSION['admin']==1){ $table .= ''.$this->oLang->texts['BUTTON_CHANGE'].' <> | '.$this->oLang->texts['BUTTON_DELETE'].' <> | '; if (($_SESSION['admin']==1) or ($this->r_user_ID = $_SESSION['user_ID'])){ $table .=''.$this->oLang->texts['BUTTON_SHOW_LOANS'].' <> | '; } } $table .= '