Mathieu Lutfy | 7 Apr 21:12
Picon

legalcase/inc inc_obj_fu.php,1.26,1.27

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

Modified Files:
	inc_obj_fu.php 
Log Message:
add use of id_stage in stage changes

Index: inc_obj_fu.php
===================================================================
RCS file: /cvsroot/legalcase/legalcase/inc/inc_obj_fu.php,v
retrieving revision 1.26
retrieving revision 1.27
diff -C2 -d -r1.26 -r1.27
*** inc_obj_fu.php	1 Feb 2008 21:48:35 -0000	1.26
--- inc_obj_fu.php	7 Apr 2008 19:13:03 -0000	1.27
***************
*** 274,278 ****

  			// Get stage of the follow-up entry
! 			$q = "SELECT case_stage FROM lcm_followup WHERE id_followup = $id_followup";
  			$result = lcm_query($q);

--- 274,278 ----

  			// Get stage of the follow-up entry
! 			$q = "SELECT id_stage, case_stage FROM lcm_followup WHERE id_followup = $id_followup";
  			$result = lcm_query($q);

***************
(Continue reading)


Gmane