Changeset 1443
- Timestamp:
- Sep 26, 2010, 10:34:58 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpc/trunk/project/lib/task/loadDocumentsTask.class.php
r1377 r1443 66 66 if ($json->motscles) 67 67 foreach (explode('.', $json->motscles) as $tag) 68 if (strlen($tag) < 100)68 if (strlen($tag) <= 50) 69 69 $doc->addTag($tag); 70 70 if ($json->contenu)
Note: See TracChangeset
for help on using the changeset viewer.