Moved KH Email to KHEmail

This commit is contained in:
Deon George 2011-08-24 05:37:30 +10:00
parent 91c51fdb83
commit 27684fc865
149 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ Kohana::modules(array(
'orm' => SMDPATH.'orm', // Object Relationship Mapping
// 'unittest' => SMDPATH.'unittest', // Unit testing
'userguide' => SMDPATH.'userguide', // User guide and API documentation
'email' => SMDPATH.'email', // Email module for Kohana 3 PHP Framework
'khemail' => SMDPATH.'khemail', // Email module for Kohana 3 PHP Framework
'gchart' => MODPATH.'gchart', // Google Chart Module
'xml' => SMDPATH.'xml', // XML module for Kohana 3 PHP Framework
));

Some files were not shown because too many files have changed in this diff Show More