Subversion Repositories Applications.referentiel

Compare Revisions

Ignore whitespace Rev 159 → Rev 158

/trunk/services/modules/Traitement.php
85,7 → 85,6
'FROM ref_traitement '.
"WHERE ".(($projet == "'tout'") ? '' : 'referentiel_code = '.$projet.' AND ') .
" script = $script ".
' AND date_debut IS NULL '.
' AND date_fin IS NULL '.
'ORDER BY '.((!is_null($this->orderby)) ? $this->orderby : 'meta_date_creation DESC').' '.
'LIMIT 0,1 ';