"; else echo nl2br( htmlspecialchars( $old_values[ $attr ] ) ) . " "; echo " | "; } } // was this a multi-valued attribute deletion? If so, // fix the $update_array to reflect that per update_confirm.php's // expectations if( $update_array[ $attr ] == array( 0 => '' ) || $update_array[ $attr ] == array() ) { $update_array[ $attr ] = ''; echo '' . $lang['attr_deleted'] . ''; } } else if( $new_val != '' ) if( 0 == strcasecmp( $attr, 'userPassword' ) && obfuscate_password_display() ) echo preg_replace( '/./', '*', $new_val ) . " "; else echo htmlspecialchars( $new_val ) . " "; else echo '' . $lang['attr_deleted'] . ''; echo " |