Changeset 11360
- Timestamp:
- 07/26/07 20:48:19 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/midcom/org.maemo.calendar/callbacks/timezones.php
r11342 r11360 36 36 * 37 37 */ 38 function org_maemo_calendar_callbacks_timezones($arg )38 function org_maemo_calendar_callbacks_timezones($args) 39 39 { 40 40 debug_push_class(__CLASS__, __FUNCTION__); trunk/midcom/org.maemo.calendar/config/schemadb_default.inc
r11353 r11360 62 62 'widget' => 'textarea', 63 63 ), 64 'tags' => Array64 /*'tags' => Array 65 65 ( 66 66 'title' => 'tags', … … 68 68 'type' => 'tags', 69 69 'widget' => 'text', 70 ), 71 'tags 2' => Array70 ),*/ 71 'tags' => Array 72 72 ( 73 73 'title' => 'tags widget', 74 74 'storage' => 'null', 75 'type' => 'select', 76 'type_config' => array 77 ( 78 'options' => array(), 79 'allow_multiple' => true, 75 'type' => 'tagselect', 76 'type_config' => array 77 ( 78 'option_callback' => 'org_maemo_calendar_callbacks_personstags', 79 'enable_saving_to_callback' => false, 80 'force_saving_to_tag_library' => true, 80 81 ), 81 82 'widget' => 'tags', trunk/midcom/org.maemo.calendar/handler/event/create.php
r11311 r11360 201 201 202 202 debug_add("Make sure the start/end times are saved with UTC timezone"); 203 204 $utc_timezone = timezone_open("UTC"); 203 205 204 206 $event_start = strtotime($_POST['start']);
