Changeset 239 for trunk/trax/vendor/trax

Show
Ignore:
Timestamp:
08/02/06 01:24:34 (6 years ago)
Author:
john
Message:

testing the trax-commit mailing list

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/trax/vendor/trax/action_view/helpers/url_helper.php

    r238 r239  
    167167            $image_options["height"] = end(explode("x", $html_options["size"])); 
    168168            unset($html_options["size"]); 
    169         } else { 
    170             if(isset($html_options["width"])) { 
    171                 $image_options["width"] = $html_options["width"]; 
    172                 unset($html_options["width"]);             
    173             } elseif(isset($html_options["height"])) { 
    174                 $image_options["height"] = $html_options["height"]; 
    175                 unset($html_options["height"]);             
    176             } 
    177         } 
     169        }  
    178170         
    179171        if (isset($html_options["border"])) {