Changeset 414:2598f7f5f1e2 for plugins/attachments
- Timestamp:
 - 06/25/11 09:44:30 (14 years ago)
 - Branch:
 - default
 - File:
 - 
          
- 1 edited
 
- 
          plugins/attachments/_public.php (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
        
plugins/attachments/_public.php
r407 r414 115 115 116 116 if (!empty($if)) { 117 return '<?php if('.implode(' '.$operator.' ', $if).') : ?>'.$content.'<?php endif; ?>';117 return '<?php if('.implode(' '.$operator.' ', (array) $if).') : ?>'.$content.'<?php endif; ?>'; 118 118 } else { 119 119 return $content;  
Note: See TracChangeset
          for help on using the changeset viewer.
      