Ignore:
Timestamp:
Apr 11, 2013, 8:10:41 AM (11 years ago)
Author:
cljosse
Message:

[extensions] Autosize update to piwigo 2.5 (correction mysqli)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Mail_supervisor/mail_super.inc.php

    r22120 r22132  
    232232        function Get_Options(&$parametres,$str_index){
    233233                global $conf ;
    234                 $mails_options=  $conf[$str_index];
     234                $mails_options=  (isset($conf[$str_index]))? $conf[$str_index]:"";
    235235                if(isset($mails_options))
    236236                        if ( preg_match("|s:(.*)|", $mails_options, $val) )
Note: See TracChangeset for help on using the changeset viewer.