Moved KH Email to KHEmail
This commit is contained in:
parent
91c51fdb83
commit
27684fc865
@ -108,7 +108,7 @@ Kohana::modules(array(
|
|||||||
'orm' => SMDPATH.'orm', // Object Relationship Mapping
|
'orm' => SMDPATH.'orm', // Object Relationship Mapping
|
||||||
// 'unittest' => SMDPATH.'unittest', // Unit testing
|
// 'unittest' => SMDPATH.'unittest', // Unit testing
|
||||||
'userguide' => SMDPATH.'userguide', // User guide and API documentation
|
'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
|
'gchart' => MODPATH.'gchart', // Google Chart Module
|
||||||
'xml' => SMDPATH.'xml', // XML module for Kohana 3 PHP Framework
|
'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
Reference in New Issue
Block a user