Files
dolibarr/htdocs/compta
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-28 21:49:47 +02:00
2012-02-10 09:16:38 +01:00
2012-06-14 22:47:45 +02:00
2012-06-11 22:38:52 +02:00
2011-09-21 16:56:23 +00:00
2012-07-09 10:08:56 +02:00