-
- Downloads
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).
Showing
- htdocs/comm/propal/class/propal.class.php 4 additions, 1 deletionhtdocs/comm/propal/class/propal.class.php
- htdocs/commande/class/commande.class.php 3 additions, 1 deletionhtdocs/commande/class/commande.class.php
- htdocs/compta/facture/class/facture.class.php 1 addition, 0 deletionshtdocs/compta/facture/class/facture.class.php
- htdocs/core/lib/files.lib.php 2 additions, 5 deletionshtdocs/core/lib/files.lib.php
- htdocs/expedition/class/expedition.class.php 4 additions, 1 deletionhtdocs/expedition/class/expedition.class.php
- htdocs/fichinter/class/fichinter.class.php 1 addition, 0 deletionshtdocs/fichinter/class/fichinter.class.php
- htdocs/fourn/class/fournisseur.commande.class.php 1 addition, 0 deletionshtdocs/fourn/class/fournisseur.commande.class.php
- htdocs/livraison/class/livraison.class.php 1 addition, 0 deletionshtdocs/livraison/class/livraison.class.php
Loading
Please register or sign in to comment