DMail Milestone 1.0
Drupal Mail Client
|
Go to the source code of this file.
Functions | |
fuse ($fname) | |
tryit () |
fuse | ( | $ | fname | ) |
Definition at line 3 of file .rnd/dmail.module.
Referenced by tryit().
{ if (!function_exists($fname)) { include_once("lib/{$fname}.fnc"); } }
tryit | ( | ) |
Definition at line 8 of file .rnd/dmail.module.
References fuse(), and mfn_dmail_l().
{ fuse('mfn_dmail_l'); print (mfn_dmail_l('a', 'b')); }