Development

Changeset 8832

You must first sign up to be able to contribute.

Changeset 8832

Show
Ignore:
Timestamp:
05/07/08 11:43:46 (1 year ago)
Author:
noel
Message:

fixed include_remove option not used in ObjectAdminHelper? (closes #2079)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/1.1/lib/helper/ObjectAdminHelper.php

    r8826 r8832  
    4242    if ($include_remove = _get_option($options, 'include_remove')) 
    4343    { 
    44       $html .= checkbox_tag(strpos($name, ']') !== false ? substr($name, 0, -1).'_remove]' : $name).' '.($include_remove != true ? __($include_remove) : __('remove file'))."\n"; 
     44      $html .= checkbox_tag(strpos($name, ']') !== false ? substr($name, 0, -1).'_remove]' : $name).' '.($include_remove !== true ? __($include_remove) : __('remove file'))."\n"; 
    4545    } 
    4646  } 

The Sensio Labs Network

Since 1998, Sensio Labs has been promoting the Open-Source software movement by providing quality web application development, training, consulting, and supporting several large Open-Source projects.