Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 2250

Přidáno uživatelem Michal Kliment před téměř 11 roky(ů)

Opravy:
- fixes #825: FreenetIS bug report: SMS operator editace

Zobrazit rozdíly:

freenetis/branches/1.1/application/controllers/phone_operators.php
// gets all countries to dropdown
$countries = ORM::factory('country')->where('enabled', 1)->select_list('id', 'country_name');
$arr_countries = $arr_countries + ORM::factory('country')->where('id', $phone_operator_model->country_id)->select_list('id', 'country_name');
// form
$form = new Forge('phone_operators/edit/' . $phone_operator_id);

Také k dispozici: Unified diff