<?php function zing_tickets_log($msg='') { //disabled logging for now if ($msg) { //write to log } else { //empty log } }