Projet

Général

Profil

Révision 560c3060

Ajouté par Julien Enselme il y a plus de 8 ans

Update ctools 1.7 -> 1.9

Voir les différences:

drupal7/sites/all/modules/ctools/includes/math-expr.inc
271 271
            } elseif (in_array($op, $ops) and !$expecting_op) {
272 272
                return $this->trigger("unexpected operator '$op'");
273 273
            } else { // I don't even want to know what you did to get here
274
                return $this->trigger("an unexpected error occured");
274
                return $this->trigger("an unexpected error occurred");
275 275
            }
276 276
            if ($index == strlen($expr)) {
277 277
                if (in_array($op, $ops)) { // did we end with an operator? bad.

Formats disponibles : Unified diff