skipif.inc   [plain text]


<?php
if(!extension_loaded("calendar"))
	print "skip - CALENDAR extension not available";
?>