Mathieu Lutfy | 7 Apr 21:24

legalcase/inc inc_obj_client.php,1.18,1.19

Update of /cvsroot/legalcase/legalcase/inc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5481

Modified Files:
	inc_obj_client.php 
Log Message:
fix for list of cases

Index: inc_obj_client.php
===================================================================
RCS file: /cvsroot/legalcase/legalcase/inc/inc_obj_client.php,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** inc_obj_client.php	1 Feb 2008 20:40:58 -0000	1.18
--- inc_obj_client.php	7 Apr 2008 19:25:31 -0000	1.19
***************
*** 136,142 ****

  		$ret = array_shift($this->cases);

! 		if ($this->getCaseDone())
  			$this->loadCases($this->case_start_from + $prefs['page_rows']);

  		return $ret;
--- 136,147 ----

  		$ret = array_shift($this->cases);
+ 		$this->case_start_from++;

(Continue reading)


Gmane