Changeset 206
- Timestamp:
- 13/02/07 13:58:32 (2 years ago)
- Files:
-
- admin.lib.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
admin.lib.php
r205 r206 586 586 $internalR = $BlogDB->GetRow("SELECT subject, body from entries where shortsubject = '".$r['shortsubject']."' and user_id = ".$this->id." limit 1;"); 587 587 echo "\t<tr>\n"; 588 echo "\t\t<th colspan=\"4\"><a href=\"{$this->blogPath}entry/{$r['shortsubject']}\">{$internalR['subject']}</a></t d>\n";588 echo "\t\t<th colspan=\"4\"><a href=\"{$this->blogPath}entry/{$r['shortsubject']}\">{$internalR['subject']}</a></th>\n"; 589 589 echo "\t</tr>\n"; 590 590 echo "\t<tr>\n";
