dolibarr/htdocs/commande/class
Laurent Destailleur d6a5b224fb Revert bad practice: setEvent use SESSION. Such usage is limited to HTML
page context and can be used inside any pages.
However usage of _SESSION must never be used inside a library (except
for function dedicated to HTML page context), and never inside
object classes (we must use $this->errors, $this->mesgs or
$this->warnings instead).
2012-07-29 14:15:29 +02:00
..
commande.class.php Revert bad practice: setEvent use SESSION. Such usage is limited to HTML 2012-07-29 14:15:29 +02:00
commandestats.class.php Fix: strict mode street 2012-07-13 10:15:47 +02:00