Changeset 5481 for trunk/interface/owner/center/dashboard/index.php
- Timestamp:
- 02/29/08 18:13:52 (10 months ago)
- Files:
-
- 1 modified
-
trunk/interface/owner/center/dashboard/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/interface/owner/center/dashboard/index.php
r5405 r5481 240 240 if($latestEntryId !== 0) { 241 241 $latestEntry = getEntry($blogid,$latestEntryId); 242 if( $latestEntry!=false) {242 if(!is_null($latestEntry)) { 243 243 ?> 244 244 <li><a href="<?php echo $blogURL;?>/owner/entry/edit/<?php echo $latestEntry['id'];?>"><?php echo _f('최근글(%1) 수정', htmlspecialchars(UTF8::lessenAsEm($latestEntry['title'],10)));?></a></li>
