Attribute | Old Value | New Value |
---|---|---|
"; 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 != '' ) echo htmlspecialchars( $new_val ) . " "; else echo '[attribute deleted]'; echo " |