Example #1
0
function slice_details_chapi2portal($row)
{
    global $SACHAPI2PORTAL;
    return convert_row($row, $SACHAPI2PORTAL);
}
Example #2
0
/**
 * Convert chapi services to legacy services.
 * This is for backward compatibility.
 */
function service_chapi2portal($row)
{
    global $SRCHAPI2PORTAL;
    $converted_row = convert_row($row, $SRCHAPI2PORTAL);
    return $converted_row;
}
Example #3
0
function project_details_chapi2portal($row)
{
    global $PACHAPI2PORTAL;
    return convert_row($row, $PACHAPI2PORTAL);
}