[sync] Nokia C7-00 or symbian^3

Thomas Trethan thomas at trethan.net
Tue Apr 19 19:50:29 UTC 2011


Sorry, code snippet was wrong, has to be !== instead of ===; correctly it is:

$di = $_SESSION['SyncML.state']->deviceInfo;
if (stristr($di->Mod, 'C7-00') !== false) {
$contentType = 'text/x-vcalendar';
}

Regards, Tom


More information about the sync mailing list