Changeset 17858

Show
Ignore:
Timestamp:
10/02/08 12:50:07 (2 months ago)
Author:
flack
Message:

Corrected two phpdoc references

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/midcom/midcom.core/midcom/helper/metadata.php

    r17574 r17858  
    175175     * very important or backwards compatibility will be broken. 
    176176     * 
    177      * @return midcom_helper_datamanager A initialized Datamanager instance for the selected object. 
     177     * @return midcom_helper_datamanager2 A initialized Datamanager instance for the selected object. 
    178178     * @see midcom_helper_metadata::on_update() 
    179179     */ 
  • trunk/midcom/midcom.helper.datamanager2/formmanager.php

    r17597 r17858  
    455455     * Start a fieldset and set the styles accordingly. Fieldsets can be initialized either 
    456456     * by key `start_fieldset` or `start_fieldgroup` to provide backwards compatibility to 
    457      * @see midcom_helper_datamanager_schema 
     457     * @see midcom_helper_datamanager2_schema 
    458458     * 
    459459     * @access private 
  • trunk/midcom/org.openpsa.contacts/style/show-group.php

    r5048 r17858  
    2424    } 
    2525    ?> 
    26     <?php $_MIDCOM->dynamic_load($node[MIDCOM_NAV_RELATIVEURL]."group/".$data['group']->guid."/members/"); ?> 
    27     <?php $_MIDCOM->dynamic_load($node[MIDCOM_NAV_RELATIVEURL]."group/".$data['group']->guid."/subgroups/"); ?> 
     26    <?php $_MIDCOM->dynamic_load($node[MIDCOM_NAV_RELATIVEURL] . "group/".$data['group']->guid . "/members/"); ?> 
     27    <?php $_MIDCOM->dynamic_load($node[MIDCOM_NAV_RELATIVEURL] . "group/".$data['group']->guid . "/subgroups/"); ?> 
    2828 
    2929    <!-- TODO: Add salesprojects here -->