예제 #1
0
function hKit_hcal_post($a)
{
    foreach ($a as &$vevent) {
        hKit_labels_toUpper($vevent);
    }
    return $a;
}
예제 #2
0
파일: hreview.php 프로젝트: nemein/openpsa
function hKit_hreview_post($a)
{
    foreach ($a as &$hreview) {
        hKit_labels_toUpper($hreview);
    }
    return $a;
}