Files
dolibarr/htdocs/comm
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
..
2012-07-23 22:04:06 +02:00
2012-07-09 12:31:21 +02:00
2012-04-17 11:40:08 +02:00
2012-07-29 13:47:42 +02:00
2012-02-27 22:26:22 +01:00