Changeset 17222


Ignore:
Timestamp:
2008/04/07 12:10:55 (16 years ago)
Author:
satou
Message:

fixed by Yammy (merge r17164)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2/data/class/pages/admin/basis/LC_Page_Admin_Basis_Masterdata.php

    • Property svn:mime-type changed from text/x-httpd-php to text/x-httpd-php; charset=UTF-8
    r16925 r17222  
    7171            // POST 文字列の妥当性チェック 
    7272            $this->checkMasterDataName(); 
    73             $this->errorMessage = $this->checkUniqueId(); 
     73            $this->errorMessage = $this->checkUniqueID(); 
    7474 
    7575            if (empty($this->errorMessage)) { 
Note: See TracChangeset for help on using the changeset viewer.