Ignore:
Timestamp:
Aug 29, 2012, 5:33:08 PM (12 years ago)
Author:
mistic100
Message:

consolidate upgrade process

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/ContactForm/include/functions.inc.php

    r17518 r17658  
    4848    ));
    4949  }
    50 }
    51 
    52 /**
    53  * admin plugins menu link
    54  */
    55 function contact_form_admin_menu($menu)
    56 {
    57   array_push($menu, array(
    58     'URL' => CONTACT_FORM_ADMIN,
    59     'NAME' => 'Contact Form',
    60   ));
    61   return $menu;
    6250}
    6351
Note: See TracChangeset for help on using the changeset viewer.