line |
l |
!l |
condition |
110
|
0 |
0 |
$$self{'DBH'}->do($requete) || (return undef) |
153
|
0 |
0 |
$$this{'DBH'}->do('delete from ' . $$this{'INDEXER'}->pre_tbl . $compte . "links where id = $id_url") || (return 0) |
164
|
0 |
0 |
$self->a_valider($id) || (return undef) |
175
|
0 |
0 |
$self->a_valider($id) || (return undef) |
283
|
0 |
0 |
$$this{'DBH'}->do('update ' . $$this{'INDEXER'}->pre_tbl . $compte . 'links ' . "set valide=1,parse='0' where id = $id_url") || (return 0) |
294
|
0 |
0 |
$$this{'DBH'}->do('update ' . $$this{'INDEXER'}->pre_tbl . $compte . 'links' . q[ set valide='0' where id=] . $id_url) || (return 0) |