Changeset 8030
- Timestamp:
- 03/18/13 16:41:58 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/zpush/backend/expresso/providers/calendarProvider.php
r8023 r8030 33 33 $sigs = Controller::find(array('concept' => 'calendarSignature'), array( 'id','calendar' ), $criteria); 34 34 35 if(Request::GetDeviceType() == 'iPhone' )35 if(Request::GetDeviceType() == 'iPhone' || Request::GetDeviceType() == 'iPad') 36 36 { 37 37 foreach($sigs as $sig)
Note: See TracChangeset
for help on using the changeset viewer.