Changeset 13426

Show
Ignore:
Timestamp:
11/14/07 21:12:22 (10 months ago)
Author:
flack
Message:

another spelling error (emtpy). This might also fix issues in DM1 mailtemplate, where the error occured in variable/function names

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/midcom/midcom.core/midcom/baseclasses/components/interface.php

    r13424 r13426  
    787787     * 
    788788     * If the guid could be successfully resolved, a URL local to the given topic without a 
    789      * leading slash must be returned (f.x. 'article.html'), emtpy strings ('') are allowed 
     789     * leading slash must be returned (f.x. 'article.html'), empty strings ('') are allowed 
    790790     * indicating root page access. If the GUID is invalid, null will be returned. 
    791791     * 
     
    10031003     * 
    10041004     * If the guid could be successfully resolved, a URL local to the given topic without a 
    1005      * leading slash must be returned (f.x. 'article.html'), emtpy strings ('') are allowed 
     1005     * leading slash must be returned (f.x. 'article.html'), empty strings ('') are allowed 
    10061006     * indicating root page access. If the GUID is invalid, null will be returned. 
    10071007     * 
  • trunk/midcom/midcom.core/midcom/baseclasses/core/dbobject.php

    r13297 r13426  
    14361436     * 
    14371437     * Current implementation note: Deletion is not yet implemented in MgdSchema. 
    1438      * Therefore we set the parameters to an emtpy string for now, which should 
     1438     * Therefore we set the parameters to an empty string for now, which should 
    14391439     * have almost the same effect for most cases and thus is good enough for now. 
    14401440     * Note, that empty string parameters are filtered in the getter methods until 
  • trunk/midcom/midcom.helper.datamanager/datatype_account.php

    r12585 r13426  
    9393            } 
    9494             
    95             if ($this->_password_was_emtpy && $this->_enable_crypt)  
     95            if ($this->_password_was_empty && $this->_enable_crypt)  
    9696            { 
    9797                debug_add("Don't do anything, the password is empty and crypt was enabled, we cannot update the username this way. Failing gracefully."); 
  • trunk/midcom/midcom.helper.datamanager/datatype_collection.php

    r13129 r13426  
    5858        if (is_null ($this->_storage))  
    5959        { 
    60             debug_add("The storage object is null, can't do anything except adding an emtpy field.", MIDCOM_LOG_WARN); 
     60            debug_add("The storage object is null, can't do anything except adding an empty field.", MIDCOM_LOG_WARN); 
    6161        }  
    6262        else  
  • trunk/midcom/midcom.helper.datamanager/datatype_mailtemplate.php

    r11907 r13426  
    113113    } 
    114114     
    115     function is_emtpy()  
     115    function is_empty()  
    116116    { 
    117117        return (   strlen($this->_data["from"]) == 0