[development] module_exist() / module_exists()

Konstantin Käfer kkaefer at gmail.com
Thu Aug 31 20:08:07 UTC 2006


Well, the bad thing about wrapper functions is that people won't
change them if it is not necessary. If we take the wrapper function
out after the next release, we will face the same problem.

2006/8/31, John VanDyk <jvandyk at iastate.edu>:
>  From http://drupal.org/node/64279#module-exists :
>
> "module_exist() is now module_exists()
> For consistency with PHP function_exists, file_exists, etc. That's
> about all there is to say about that. :)"
>
>  From my local copy of cvs:
>
> $ cd /cvs/contributions/modules
> $ grep -r module_exist\( . | wc -l
>       630
>
> It would be nice to have a wrapper function in for one release cycle.
>


More information about the development mailing list