git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@218
b3834d28-1941-0410-a4f8-
b48e95affb8f
$bkDescription = preg_replace('|\[(.*?)\]|', ' <br/><b>$1 : </b>', $bkDescription); // remove final anchor
}
echo '<div class="description">'. $bkDescription ."</div>\n";
- if(!isset($hash)) {
+ //if(!isset($hash)) {
echo '<div class="address">'.shortenString($address).'</div>';
- }
+ //}
echo '<div class="meta">'. date($GLOBALS['shortdate'], strtotime($row['bModified'])) . $cats . $copy . $edit ."</div>\n";