dolibarr/htdocs/commande
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
..
class Revert bad practice: setEvent use SESSION. Such usage is limited to HTML 2012-07-29 14:15:29 +02:00
stats Fix: external user confidentiality 2012-07-26 18:11:06 +02:00
tpl Fix: Removed a lot of checkstyle warnings 2012-03-11 22:08:46 +01:00
apercu.php Sec: Sanitize all input for ids. 2012-02-27 22:26:22 +01:00
contact.php BackToList links in Client orders section 2012-07-28 20:54:07 +02:00
customer.php Fix: global converting lines delimiter 2012-07-02 19:30:37 +02:00
document.php Fix: try to use the new message system 2012-07-29 12:54:19 +02:00
fiche.php Fix: try to use the new message system 2012-07-29 12:54:19 +02:00
index.php Fix: strict mode street 2012-07-13 10:15:47 +02:00
info.php [task #216] Move lib in core directory 2011-10-24 12:59:44 +02:00
liste.php Fix: strict mode street 2012-07-13 10:15:47 +02:00
note.php BackToList links in Client orders section 2012-07-28 20:54:07 +02:00
orderstoinvoice.php Fix: try to use $mesgs (array) for stock all messages and 2012-07-23 21:31:10 +02:00