From: Steven L. <st...@tu...> - 2003-03-14 20:15:36
|
Hello All, I was sifting through the core today and found a few functions that are no longer being used. Array.php: shove shoveAssoc XML_it cmp Text.php: error_list If no one has any objection I would like to remove these functions just for general clean-up purposes. (Trying to reduce memory limit) Also there are functions which are only being used by one module. Array.php: swap (phatform) reindex (phatform) maxKey (layout) objectToArray (calendar) Database.php: sqlFriendlyName (phatform) sqlImport (setup/boost specific) - I figure sqlImport and all the helper functions can be included with boost and setup (when they run) Form.php: clock (calendar) alphabet (users) WizardBag.php: whereami (comments) For these functions we should vote on whether they stay in the core, or be moved to the module where they are used. Thanks! -- Steven Levin Electronic Student Services Appalachian State University Phone: 828.262.2431 PhpWebsite Development Team URL: http://phpwebsite.appstate.edu Email: st...@NO... |