--- trunk/pkgtools/mage2mysql.sh 2009/02/10 20:01:36 802 +++ trunk/pkgtools/mage2mysql.sh 2009/02/11 16:13:24 803 @@ -90,7 +90,7 @@ # the description may contain some escape characters like ' and " # which break the above loop - DESCRIPTION="$(get_value_from_magefile ${i} ${MAGEFILE})" + DESCRIPTION="$(get_value_from_magefile DESCRIPTION ${MAGEFILE})" # get var from the name of the magefile PCAT="$(magename2pcat ${MAGEFILE})"