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

24
lib/query_functions.php Normal file
View File

@@ -0,0 +1,24 @@
<?php
// $Header$
/**
* Classes and functions for searching the LDAP server
*
* These classes and functions will read our XML search files, for defined
* search reports.
*
* @author The phpLDAPadmin development team
* @package phpLDAPadmin
*/
/**
* Query Class
*
* This class will store all our pre-defined search definitions.
*
* @package phpLDAPadmin
* @subpackage Queries
*/
class Queries extends xmlTemplates {
}
?>