Show
Ignore:
Timestamp:
05/08/08 15:26:41 (8 months ago)
Author:
jparker
Message:

#724

  • [5904] 관련 불필요 함수 삭제.
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/interface/owner/skin/sidebar/index.php

    r5904 r5905  
    145145 
    146146    list($view, $authorList) = Skin::cutSkinTag($view, 'author_rep'); 
    147     dress('author_rep', revertTempTags(getAuthorListView($pd_authorList, $authorList)), $view);  
     147    dress('author_rep', getAuthorListView($pd_authorList, $authorList), $view);  
    148148    list($view, $recentEntry) = Skin::cutSkinTag($view, 'rctps_rep');    
    149149    dress('rctps_rep', revertTempTags(getRecentEntriesView($pd_recentEntry, $recentEntry)), $view);