7aab2db6ec70092c84bbd3267308c6101d08abf2

Author: Phally

Date: 2009-08-29 16:30:56 +0200

Converted line end characters to LF only

diff --git a/plugins/users/users_app_model.php b/plugins/users/users_app_model.php index 2d0333e..9e5093f 100755 --- a/plugins/users/users_app_model.php +++ b/plugins/users/users_app_model.php @@ -1 +1,6 @@ -<?php class UsersAppModel extends AppModel { public $actsAs = array('Containable'); public $recursive = -1; } ?> \ No newline at end of file +<?php +class UsersAppModel extends AppModel { + public $actsAs = array('Containable'); + public $recursive = -1; +} +?> \ No newline at end of file