################################################################
## Title:	Fix an error contained the version 1.0.0
## For version:	1.0.0
## Fixing time:	1 min
## Fixing file:	1
##		music_page.php
################################################################
## In the version 1.0.0, I have missed 1 code line, so you had 1 
## trouble. I'm so sorry! ;(
## And now, let's fix it together!
################################################################
#
#-----[ OPEN ]--------------------------------------------------
#
music_page.php

#
#-----[ FIND ]--------------------------------------------------
#
	'U_COMMENT' => append_sid("music_comment.$phpEx?song_id=$song_id"),

#
#-----[ AFTER ADD ]---------------------------------------------
#

	'U_DOWNLOAD' => append_sid("music_download.$phpEx?song_id=$song_id"),

################################################################
################################################################
#
#-----[ UPLOAD/CHECK IT AGAIN! ]--------------------------------
#
# EoM