source: branches/version-2_12-dev/patches/Net_UserAgent_Mobile_Mobile.php.patch @ 21846

Revision 21846, 893 bytes checked in by h_yoshimoto, 12 years ago (diff)

#1820 windows phoneでサイトを閲覧した場合、スマホページが表示されないバグを修正

  • Mobile.php

    # This patch file was generated by NetBeans IDE
    # Following Index: paths are relative to: C:\Users\lockon\workspace\version-2_12-dev_test\data\module\Net\UserAgent
    # This patch can be applied using context Tools: Patch action on respective folder.
    # It uses platform neutral UTF-8 encoding and \n newlines.
    # Above lines and this line are ignored by the patching process.
     
    424424            'blackberry9800', // Torch 
    425425            'webOS',          // Palm Pre Experimental 
    426426            'incognito',      // Other iPhone browser 
    427             'webmate'         // Other iPhone browser 
     427            'webmate',         // Other iPhone browser 
     428            'Windows Phone OS' // Windows Phone 
    428429        ); 
    429430 
    430431        $pattern = implode("|", $useragents); 
Note: See TracBrowser for help on using the repository browser.