[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Phpgroupware-cvs] phpgwapi/inc/accounts class.accounts_SQLLDAP.inc.php,
From: |
powerstat |
Subject: |
[Phpgroupware-cvs] phpgwapi/inc/accounts class.accounts_SQLLDAP.inc.php, 1.3 |
Date: |
Tue, 26 Apr 2005 08:45:00 +0200 |
Update of phpgwapi/inc/accounts
Modified Files:
Branch: MAIN
class.accounts_SQLLDAP.inc.php lines: +6 -4
Log Message:
phpdoc fix
====================================================
Index: phpgwapi/inc/accounts/class.accounts_SQLLDAP.inc.php
diff -u phpgwapi/inc/accounts/class.accounts_SQLLDAP.inc.php:1.2
phpgwapi/inc/accounts/class.accounts_SQLLDAP.inc.php:1.3
--- phpgwapi/inc/accounts/class.accounts_SQLLDAP.inc.php:1.2 Thu Dec 30
06:47:32 2004
+++ phpgwapi/inc/accounts/class.accounts_SQLLDAP.inc.php Tue Apr 26
06:45:23 2005
@@ -1,7 +1,4 @@
<?php
-
- include_once(PHPGW_API_INC . '/accounts/class.accounts_sql.inc.php');
-
/**
* View and manipulate account records using SQL
* add copy is been mirrored to LDAP
@@ -14,6 +11,11 @@
*/
/**
+ * Include accounts_ parent class
+ */
+ include_once(PHPGW_API_INC . '/accounts/class.accounts_sql.inc.php');
+
+ /**
* View and manipulate handling user and group account records using SQL
*
* @package phpgwapi
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Phpgroupware-cvs] phpgwapi/inc/accounts class.accounts_SQLLDAP.inc.php, 1.3,
powerstat <=