--- a/phoneengine/phonemodel/src/cpeparserphonenumberhandler.cpp Tue Jun 15 14:14:38 2010 +0100
+++ b/phoneengine/phonemodel/src/cpeparserphonenumberhandler.cpp Thu Jul 22 16:33:21 2010 +0100
@@ -185,6 +185,7 @@
stripStart = i;
}
}
+ input.Inc();
}
if ( stripStart != KErrNotFound )
{
@@ -205,7 +206,7 @@
TBool isPhoneOffline( EFalse );
if( FeatureManager::FeatureSupported( KFeatureIdOfflineMode )
- && ( iDataStore.ProfileId() == EProfileOffLineId ) )
+ && ( EFalse == iOwner.IsNetworkConnectionAllowed() ) )
{
isPhoneOffline = ETrue;
}