clean debug info
This commit is contained in:
parent
05710ed16c
commit
d482be6e8b
5 changed files with 2 additions and 5 deletions
|
|
@ -77,7 +77,6 @@ function cmpDate ($p_date,$p_date_oth) {
|
|||
*/
|
||||
function isNumber($p_int) {
|
||||
if ( strlen (trim($p_int)) == 0 ) return 0;
|
||||
print $p_int;
|
||||
if ( is_numeric($p_int) == true)
|
||||
return 1;
|
||||
else
|
||||
|
|
|
|||
|
|
@ -84,7 +84,7 @@ if ( $sub_action == "list")
|
|||
list ($id) = sscanf ($name,"rd_paid%d");
|
||||
|
||||
if ( $id == null ) continue;
|
||||
// echo "Mise à jour $id";
|
||||
|
||||
$paid=($paid=='on')?'paid':'';
|
||||
$sql="update jrn set jr_rapt='$paid' where jr_id=$id";
|
||||
$Res=ExecSql($cn,$sql);
|
||||
|
|
|
|||
|
|
@ -85,7 +85,7 @@ if ( $sub_action == "list")
|
|||
list ($id) = sscanf ($name,"rd_paid%d");
|
||||
|
||||
if ( $id == null ) continue;
|
||||
// echo "Mise à jour $id";
|
||||
|
||||
$paid=($paid=='on')?'paid':'';
|
||||
$sql="update jrn set jr_rapt='$paid' where jr_id=$id";
|
||||
$Res=ExecSql($cn,$sql);
|
||||
|
|
|
|||
|
|
@ -261,7 +261,6 @@ if ( $action == 'voir_jrn_non_paye' ) {
|
|||
list ($id) = sscanf ($name,"rd_paid%d");
|
||||
|
||||
if ( $id == null ) continue;
|
||||
echo "Mise à jour $id";
|
||||
$paid=($paid=='on')?'paid':'';
|
||||
$sql="update jrn set jr_rapt='$paid' where jr_id=$id";
|
||||
$Res=ExecSql($cn,$sql);
|
||||
|
|
|
|||
|
|
@ -271,7 +271,6 @@ if ( $action == 'voir_jrn_non_paye' ) {
|
|||
list ($id) = sscanf ($name,"rd_paid%d");
|
||||
|
||||
if ( $id == null ) continue;
|
||||
echo "Mise à jour $id";
|
||||
$paid=($paid=='on')?'paid':'';
|
||||
$sql="update jrn set jr_rapt='$paid' where jr_id=$id";
|
||||
$Res=ExecSql($cn,$sql);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue