updating App::import usage. ran each test and everything seems ok.

This commit is contained in:
gwoo 2009-07-25 18:27:02 -07:00
parent 0c59c137e8
commit 062f471b7f
37 changed files with 81 additions and 13649 deletions

View file

@ -25,6 +25,7 @@
* @lastmodified $Date$
* @license http://www.opensource.org/licenses/mit-license.php The MIT License
*/
App::import('Core', 'Multibyte');
/**
* EmailComponent
@ -36,7 +37,6 @@
* @subpackage cake.cake.libs.controller.components
*
*/
App::import('Core', 'Multibyte');
class EmailComponent extends Object{
/**