Ignore:
Timestamp:
Apr 5, 2010, 3:49:03 PM (14 years ago)
Author:
cljosse
Message:

[Mail_supervisor] Code refactoring for Piwigo 2.1 compliance

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Mail_supervisor/include/fonctions.php

    r4925 r5670  
    6363           
    6464                $valeurs = implode( ',',$mails_options);
     65 
     66               
    6567                $query = '
    6668                UPDATE '.CONFIG_TABLE.'
     
    9294            array_push($valeurs , "`".$champ."`" . ' = ' .  "0"  )  ;
    9395         }
     96         
    9497    }
    9598$valeurs = implode(", ",$valeurs) ;
Note: See TracChangeset for help on using the changeset viewer.