Unexpected T_FUNCTION

Check that the user has php >= 5.3 installed. The inline function syntax used on that line only works with that or higher. You can rewrite the line to create a separate function and then call it like this:

usort($mz_classes, ‘myFunction’);

For more info:

http://php.net/manual/en/function.usort.php