Merge with Dev-Dany

This commit is contained in:
sparkyx 2006-10-07 10:18:06 +00:00
parent 7f79d8f7e6
commit e8235adc49
44 changed files with 1980 additions and 2292 deletions

View file

@ -31,7 +31,7 @@ if ( $action == 'update' ) {
// p_id is jrn.jr_id
$p_id=$_GET["line"];
echo_debug('user_update.php',__LINE__," action = update p_id = $p_id");
echo JS_VIEW_JRN_DETAIL;
echo JS_CONCERNED_OP;
$r ='<FORM METHOD="POST" ACTION="user_jrn.php">';
$r.=UpdateJrn($cn,$p_id);