Changeset 6528

Show
Ignore:
Timestamp:
08/07/08 15:51:29 (20 months ago)
Author:
inureyes
Message:

refs #1070

  • trunk에 해당 부분 반영
Location:
trunk/library
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/library/config.php

    r6487 r6528  
    66// Define basic signatures. 
    77define('TEXTCUBE_NAME', 'Textcube'); 
    8 define('TEXTCUBE_VERSION', '1.8 : Development alpha'); 
     8define('TEXTCUBE_VERSION', '1.8 : pre-Alpha'); 
    99define('TEXTCUBE_COPYRIGHT', 'Copyright © 2004-2008. Needlworks / Tatter Network Foundation. All rights reserved. Licensed under the GPL.'); 
    1010define('TEXTCUBE_HOMEPAGE', 'http://www.textcube.org/'); 
  • trunk/library/piece/blog/list.php

    r6184 r6528  
    3737    dress('list_count', isset($list['count']) ? $list['count'] : '0', $listView); 
    3838    $listView = fireEvent('ViewList', $listView, $list); 
    39     $listView = $listView.CRLF.'[##_paging_list_##]'; 
     39    if(empty($entries)) $listView = $listView.CRLF.'[##_paging_list_##]'; 
    4040     
    4141    dress('list', $listView, $view);