Show
Ignore:
Timestamp:
12/27/05 18:23:31 (7 years ago)
Author:
fproulx
Message:

2005-12-26 Fran�ois Proulx <francois.proulx@…>

  • Fixed bug when the same user was owner of many nodes
  • Added missing reference to content_display_location initial data in dump script
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/wifidog-auth/wifidog/content/index.php

    r866 r873  
    125125// Get all locative artistic content for this node 
    126126$contents = $node->getAllLocativeArtisticContent(); 
    127 if($contents) 
     127if(!empty($contents)) 
    128128{ 
    129     $html .= "<table width='100%'><tr><td>"; 
    130129    $html .= "<div class='portal_node_section'>\n"; 
    131130    $html .= "<span class='portal_section_title'>"._("Content from:")." "; 
     
    142141    } 
    143142    $html .= "</span>"; 
    144     $html .= "</td></tr></table>"; 
    145143 
    146144    foreach ($contents as $content)