Changeset 316

Show
Ignore:
Timestamp:
05/08/06 08:42:40 (3 years ago)
Author:
carmartin
Message:

profile: got rid of the unit version of function_edit()

We should do more of this, but I am not too keen on doing it wholesale just
yet. As the duplicate code gets in the way, I remove it and test that we've
survived the unit->mod migration.

Eventually, we'll have to bite the bullet and go 100% mod.

Signed-off-by: Martin Langhoff <martin@catalyst.net.nz>

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • devel/profile/profile.class.php

    r312 r316  
    857857        $function['profile:field:display'][] = path . "units/profile/function_field_display.php"; 
    858858     
    859         // Function to edit all profile fields 
    860         $function['profile:edit'][] = path . "units/profile/function_edit.php"; 
    861          
    862859        // Function to view all profile fields 
    863860        $function['profile:view'][] = path . "units/profile/function_view.php";