Changeset 2689

Show
Ignore:
Timestamp:
05/23/2008 05:20:31 PM (6 months ago)
Author:
gregmac
Message:

Change default for script $index to true

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • releases/2.1.2/modules/media/helpers/media.php

    r2524 r2689  
    3232        } 
    3333 
    34         public static function script($script, $index = FALSE) 
     34        public static function script($script, $index = TRUE) 
    3535        { 
    3636                $separator = Config::item('media.separator') or $separator = ',';