Fixing a call to undefined function error for BSFunctions::Rand() in BSMail::send()
authorRobert Sesek <rsesek@bluestatic.org>
Sun, 6 Jul 2008 12:52:21 +0000 (08:52 -0400)
committerRobert Sesek <rsesek@bluestatic.org>
Sun, 6 Jul 2008 12:52:21 +0000 (08:52 -0400)
commit68e0c8d6144b830580c2b45ba41da479939c4d70
treec2a4dc5b23b80d6a2b948c1f644a5b7cec804f05
parent2a1b695bc837d474c728b1a62278f2d66d9ac21e
Fixing a call to undefined function error for BSFunctions::Rand() in BSMail::send()

* Mail.php:
(BSMail::send): Require Functions.php and then call ::random() instead of ::Rand()
CHANGES
Mail.php