CVSROOT: /sources/phpgroupware Module name: property Changes by: Sigurd Nes <sigurdne> 07/10/08 15:20:33
Modified files: inc : class.sobudget.inc.php Log message: bug #21294 CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/property/inc/class.sobudget.inc.php?cvsroot=phpgroupware&r1=1.23&r2=1.24 Patches: Index: class.sobudget.inc.php =================================================================== RCS file: /sources/phpgroupware/property/inc/class.sobudget.inc.php,v retrieving revision 1.23 retrieving revision 1.24 diff -u -b -r1.23 -r1.24 --- class.sobudget.inc.php 26 Jan 2007 14:53:46 -0000 1.23 +++ class.sobudget.inc.php 8 Oct 2007 15:20:32 -0000 1.24 @@ -24,7 +24,7 @@ * @internal Development of this application was funded by http://www.bergen.kommune.no/bbb_/ekstern/ * @package property * @subpackage budget - * @version $Id: class.sobudget.inc.php,v 1.23 2007/01/26 14:53:46 sigurdne Exp $ + * @version $Id: class.sobudget.inc.php,v 1.24 2007/10/08 15:20:32 sigurdne Exp $ */ /** @@ -713,7 +713,7 @@ { if($basis) { - $sql = "SELECT b_group as grouping FROM fm_budget_basis WHERE year =". (int)$year; + $sql = "SELECT DISTINCT b_group as grouping FROM fm_budget_basis WHERE year =". (int)$year; } else { _______________________________________________ phpGroupWare-cvs mailing list phpGroupWare-cvs@gnu.org http://lists.gnu.org/mailman/listinfo/phpgroupware-cvs