phpAlbum doesn't work with PHP short_tags set to OFF

Project:phpAlbum.net
Version:0.4.1-14
Component:Code
Category:bug
Priority:normal
Assigned:Unassigned
Status:new
Description

When PHP has 'short_tags' setting OFF, phpAlbum doesn't run and webserver returns PHP code to browser instead.

Replacing all instances of "<?" in code with "<?php" will make phpAlbum run regardless of 'short_tags' setting.