This website works better with JavaScript
Accueil
Explorer
Aide
S'inscrire
Connexion
CQ_ADI
/
adicn
Suivre
2
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
f12b81e6a0
Branches
Tags
master
adicn
/
phpcms
/
modules
/
content
/
fields
/
textarea
/
search.inc.php
search.inc.php
97 B
Historique
Raw
1
2
3
4
function text($field, $value)
{
return $value === '' ? '' : " `$field` LIKE '%$value%' ";
}