Latest SANDPIT - MERGE from CVS (MERGE-GIT)

This commit is contained in:
Deon George
2009-07-01 16:09:17 +10:00
parent 388783fc84
commit ea17aadef4
210 changed files with 37284 additions and 52716 deletions

View File

@@ -1,11 +1,18 @@
<?php
// $Header: /cvsroot/phpldapadmin/phpldapadmin/lib/GidAttribute.php,v 1.2 2007/12/15 07:50:32 wurley Exp $
// $Header$
/**
* @package phpLDAPadmin
* @author Xavier Bruyet
* Classes and functions for the template engine.
*
* Represents an attribute 'gidNumber'
* @author The phpLDAPadmin development team
* @package phpLDAPadmin
*/
/**
* Represents a 'gidNumber' attribute
*
* @package phpLDAPadmin
* @subpackage Templates
*/
class GidAttribute extends Attribute {
}