/[drupal]/contributions/modules/panels/includes/display-render.inc
ViewVC logotype

Diff of /contributions/modules/panels/includes/display-render.inc

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.5.2.12, Tue Oct 13 21:38:52 2009 UTC revision 1.5.2.13, Tue Oct 27 22:56:38 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: display-render.inc,v 1.5.2.11 2009/10/07 22:20:29 merlinofchaos Exp $  // $Id: display-render.inc,v 1.5.2.12 2009/10/13 21:38:52 merlinofchaos Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 244  function panels_render_pane($content, $p Line 244  function panels_render_pane($content, $p
244      }      }
245    }    }
246    
247    if (!empty($content)) {    if (!empty($content->content) {
248      // fallback      // fallback
249      return theme('panels_pane', $content, $pane, $display);      return theme('panels_pane', $content, $pane, $display);
250    }    }

Legend:
Removed from v.1.5.2.12  
changed lines
  Added in v.1.5.2.13

  ViewVC Help
Powered by ViewVC 1.1.2