Projet

Général

Profil

Révision 136a805a

Ajouté par Assos Assos il y a plus de 7 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/ctools/includes/math-expr.inc
99 99
        'sqrt','abs','ln','log',
100 100
        'time', 'ceil', 'floor', 'min', 'max', 'round');
101 101

  
102
    function ctools_math_expr() {
102
    function __construct() {
103 103
        // make the variables a little more accurate
104 104
        $this->v['pi'] = pi();
105 105
        $this->v['e'] = exp(1);

Formats disponibles : Unified diff