Example #1
0
function hKit_hcal_post($a)
{
    foreach ($a as &$vevent) {
        hKit_labels_toUpper($vevent);
    }
    return $a;
}
Example #2
0
function hKit_hreview_post($a)
{
    foreach ($a as &$hreview) {
        hKit_labels_toUpper($hreview);
    }
    return $a;
}