LDAP Account Manager\n"; echo "\n"; echo "\n"; ?>
"; } 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 '' . _('[attribute deleted]') . ''; } } else if( $new_val != '' ) if( 0 == strcasecmp( $attr, 'userPassword' ) && ( is_null( get_enc_type( $new_values[ $attr ] ) ) ) ) { echo preg_replace( '/./', '*', $new_val ) . " "; } else { echo htmlspecialchars( $new_val ) . " "; } else echo '' . _('[attribute deleted]') . ''; echo " |