Mathieu Lutfy | 1 Feb 22:45

legalcase/inc inc_obj_fu.php,1.25,1.26

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

Modified Files:
	inc_obj_fu.php 
Log Message:
fix a PHP warning

Index: inc_obj_fu.php
===================================================================
RCS file: /cvsroot/legalcase/legalcase/inc/inc_obj_fu.php,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -d -r1.25 -r1.26
*** inc_obj_fu.php	1 Feb 2008 21:43:50 -0000	1.25
--- inc_obj_fu.php	1 Feb 2008 21:48:35 -0000	1.26
***************
*** 857,860 ****
--- 857,862 ----
  			 */

+ 			// TODO: [ML] a bit of testing to see if this survives an error on new case
+ 			// I suspect it doesn't..
  			echo "<!-- Appointment title -->\n\t\t<tr><td>";
  			echo f_err_star('app_title') . _T('app_input_title');
***************
*** 896,900 ****
  			echo "</td><td>";
  			echo '<textarea ' . $dis . ' name="app_description" rows="5" cols="60" class="frm_tarea">';
! 			echo clean_output($this->data['app_description']);
  			echo '</textarea>';
  			echo "</td></tr>\n";
--- 898,902 ----
  			echo "</td><td>";
  			echo '<textarea ' . $dis . ' name="app_description" rows="5" cols="60" class="frm_tarea">';
! 			echo clean_output($this->getDataString('app_description'));
  			echo '</textarea>';
  			echo "</td></tr>\n";

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/

Gmane