<?php
/*
CREATIVE COMMONS - Attribution-No Derivative Works 3.0 Germany:
- You may not alter, transform, or build upon this work.
- Dieses Werk darf nicht bearbeitet oder in anderer Weise verändert werden.
*/
if ( $GigDuration!='' )
{
$String = $GigDuration;
include ('subString.php');
if ( $FrontendType=='list' ) echo ', ';
}
?>