phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] phpgwapi/inc/class.contacts_sql.inc.php, 1.17.2.2.2.7


From: nomail
Subject: [Phpgroupware-cvs] phpgwapi/inc/class.contacts_sql.inc.php, 1.17.2.2.2.70
Date: Sat, 6 Nov 2004 16:34:26 +0100

Update of /phpgwapi/inc
Modified Files:
        Branch: Version-0_9_16-branch
          class.contacts_sql.inc.php

date: 2004/11/06 15:34:26;  author: powerstat;  state: Exp;  lines: +3 -3

Log Message:
Bugfixes HTML; makes it a bit more W3C conform;
see patch  #3503
=====================================================================
Index: phpgwapi/inc/class.contacts_sql.inc.php
diff -u phpgwapi/inc/class.contacts_sql.inc.php:1.17.2.2.2.69 
phpgwapi/inc/class.contacts_sql.inc.php:1.17.2.2.2.70
--- phpgwapi/inc/class.contacts_sql.inc.php:1.17.2.2.2.69       Wed Sep  1 
13:06:08 2004
+++ phpgwapi/inc/class.contacts_sql.inc.php     Sat Nov  6 15:34:26 2004
@@ -1049,7 +1049,7 @@
                * @param string $orderby The field which you want order
                * @param string $sort ASC | DESC depending what you want
                * @param mixed $criteria All criterias what you want
-               * @param mixed $criteria_token same like $criteria but 
builded<br>with sql_criteria class, more powerfull
+               * @param mixed $criteria_token same like $criteria but 
builded<br />with sql_criteria class, more powerfull
                * @return array Array person with records
                */
                function get_persons($fields, $limit='', $ofset='', 
$orderby='', $sort='', $criteria='', $criteria_token='')
@@ -1171,7 +1171,7 @@
                * @param string $orderby The field which you want order
                * @param string $sort ASC | DESC depending what you want
                * @param array $criteria All criterias what you want
-               * @param mixed $criteria_token same like $criteria but 
builded<br>with sql_criteria class, more powerfull
+               * @param mixed $criteria_token same like $criteria but 
builded<br />with sql_criteria class, more powerfull
                * @return array Array with organization with records
                */
                function get_orgs($fields, $limit='', $ofset='', $orderby='', 
$sort='', $criteria='', $criteria_token='')




reply via email to

[Prev in Thread] Current Thread [Next in Thread]