Subversion Repositories Applications.papyrus

Rev

Rev 1713 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1713 Rev 2150
Line 16... Line 16...
16
 * @package    Auth
16
 * @package    Auth
17
 * @author     georg_1 at have2 dot com
17
 * @author     georg_1 at have2 dot com
18
 * @author     Adam Ashley <aashley@php.net>
18
 * @author     Adam Ashley <aashley@php.net>
19
 * @copyright  2001-2006 The PHP Group
19
 * @copyright  2001-2006 The PHP Group
20
 * @license    http://www.php.net/license/3_01.txt  PHP License 3.01
20
 * @license    http://www.php.net/license/3_01.txt  PHP License 3.01
21
 * @version    CVS: $Id: Array.php,v 1.2 2007-11-19 15:11:00 jp_milcent Exp $
21
 * @version    CVS: $Id: Array.php,v 1.5 2007/06/12 03:11:26 aashley Exp $
22
 * @since      File available since Release 1.4.0
22
 * @since      File available since Release 1.4.0
23
 */
23
 */
Line 24... Line 24...
24
 
24
 
25
/**
25
/**
Line 62... Line 62...
62
 * @package    Auth
62
 * @package    Auth
63
 * @author     georg_1 at have2 dot com
63
 * @author     georg_1 at have2 dot com
64
 * @author     Adam Ashley <aashley@php.net>
64
 * @author     Adam Ashley <aashley@php.net>
65
 * @copyright  2001-2006 The PHP Group
65
 * @copyright  2001-2006 The PHP Group
66
 * @license    http://www.php.net/license/3_01.txt  PHP License 3.01
66
 * @license    http://www.php.net/license/3_01.txt  PHP License 3.01
67
 * @version    Release: 1.5.4  File: $Revision: 1.2 $
67
 * @version    Release: 1.5.4  File: $Revision: 1.5 $
68
 * @since      File available since Release 1.4.0
68
 * @since      File available since Release 1.4.0
69
 */
69
 */
Line 70... Line 70...
70
 
70