Changeset 7011

Show
Ignore:
Timestamp:
11/18/08 16:55:45 (7 weeks ago)
Author:
inureyes
Message:

refs #777

  • context 수정본 업로드
Location:
trunk/library
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/library/context.php

    r7010 r7011  
    9696        //echo "<br />\n"; 
    9797 
    98         // TODO: Parse $_GET, $_POST, and etc. 
     98        // TODO: Parse $_GET, $_POST, and etc./ 
    9999        if(isset($accessInfo['URLfragment'][0]) && $accessInfo['URLfragment'][0] == 'owner') $this->mode = 'owner'; 
    100100        else $this->mode = 'blog'; 
  • trunk/library/include.php

    r7010 r7011  
    4343$__coreLibrary = array( 
    4444    'environment/Needlworks.PHP.UnifiedEnvironment', 
    45 //  'environment/Needlworks.PHP.Core', 
     45    //'environment/Needlworks.PHP.Core', 
    4646    'environment/Locale', 
    4747    'data/Core',