예제 #1
0
파일: db.php 프로젝트: divyinfo/SuperNova
function sn_db_unit_changeset_prepare($unit_id, $unit_value, $user, $planet_id = null)
{
    return classSupernova::db_changeset_prepare_unit($unit_id, $unit_value, $user, $planet_id);
}