Ignore:
Timestamp:
Dec 4, 2010, 9:06:46 PM (13 years ago)
Author:
mistic100
Message:

minor fix : bug with © symbol

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/PHP_Optimisateur/index.php

    r7993 r7994  
    8585
    8686        ### Copyright ###
     87        $copyright = utf8_decode($copyright);
     88       
    8789        if ($copyONhd) {
    8890                $copyHD = '-text_font "'.$copyFONT.'" '.$DIMnormal*$copySIZE.' -text_color '.$copyCOLOR.' -text_flag '.$copyPOS.' -text_pos 0 0 -text "'.$copyright.'"';
     
    9092                $copyHD = null;
    9193        }
     94       
    9295        if ($copyONnormal) {
    9396                $copyNormal = '-text_font "'.$copyFONT.'" '.$DIMnormal*$copySIZE.' -text_color '.$copyCOLOR.' -text_flag '.$copyPOS.' -text_pos 0 0 -text "'.$copyright.'"';
Note: See TracChangeset for help on using the changeset viewer.