Plugin Directory

Changeset 643431


Ignore:
Timestamp:
12/22/2012 04:26:16 PM (13 years ago)
Author:
ti2m
Message:

dimension parse fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • edge-suite/trunk/includes/edge-suite-comp-builder.inc

    r632663 r643431  
    472472
    473473      // Find property function calls for stage variable.
    474       $pattern_stage_style = '/;A1.A\(' . $stage_variable . '\)(\.P\([a-z0-9,%"_]+\))*;/i';
     474      $pattern_stage_style = '/;A1.A\(' . $stage_variable . '\)(\.[PT]\([a-z0-9,%"_\.]+\))*;/i';
    475475      $matches = array();
    476476      if (preg_match($pattern_stage_style, $content, $matches)) {
Note: See TracChangeset for help on using the changeset viewer.