Plugin Directory

Changeset 387465


Ignore:
Timestamp:
05/21/2011 05:54:18 PM (15 years ago)
Author:
marionline
Message:

Fix error for ereg deprecated function in php 5.3 and fix variable echo of variable $alt_download_hd if it is not defined

Location:
wp-itheora/trunk/itheora/lib
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wp-itheora/trunk/itheora/lib/ajax/alt_downloads.php

    r387462 r387465  
    229229}
    230230?>
    231 =======
    232 ?>
    233 >>>>>>> Initial commit of wp-itheora plugin
  • wp-itheora/trunk/itheora/lib/inc/play.php

    r387462 r387465  
    160160';
    161161    }
    162 <<<<<<< HEAD
    163162/**
    164163 * ereg is deprecated in php 5.3 use preg_match to fix it
     
    167166 */
    168167} else if(preg_match("/Safari/", getenv("HTTP_USER_AGENT"))) { // Si Safari,lecture par Java en premier parce qu'Apple impose la lecture via Quicktime meme s'il nest pas installe
    169 =======
    170 } else if(ereg("Safari", getenv("HTTP_USER_AGENT"))) { // Si Safari,lecture par Java en premier parce qu'Apple impose la lecture via Quicktime meme s'il nest pas installe
    171 >>>>>>> Initial commit of wp-itheora plugin
    172168echo '
    173169<script type="text/javascript"><!--
     
    194190';
    195191}
    196 <<<<<<< HEAD
    197192?>
    198 =======
    199 ?>
    200 >>>>>>> Initial commit of wp-itheora plugin
Note: See TracChangeset for help on using the changeset viewer.