Removed old image display line

This commit is contained in:
alopexc0de 2013-02-21 02:01:06 -05:00
parent 1f741c3563
commit c719d0b42e
1 changed files with 0 additions and 1 deletions

View File

@ -66,7 +66,6 @@
}else{
$output .= '<a href="?img='.$fname.'"><img src="nothumb.png" alt="'.$fname.'" title="'.$fname.'"/></a>';
}
//$output .= "<img src='thumbs/$fname' alt='$fname' title='$fname' border=\"0\" />";
$output .= "</td>\n";
$counter += 1;
if ($counter % 5 == 0){