コード例 #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);
}