Example #1
0
/**
 * @deprecated Use Shopp::duration()
 **/
function duration($start, $end)
{
    return Shopp::duration($start, $end);
}