clean debug info

This commit is contained in:
sparkyx 2007-04-14 19:59:15 +00:00
parent 05710ed16c
commit d482be6e8b
5 changed files with 2 additions and 5 deletions

View file

@ -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

View file

@ -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);

View file

@ -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);

View file

@ -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);

View file

@ -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);