URL:
  <http://gna.org/bugs/?func=detailitem&item_id=4681>

                 Summary: typo in variable name in session.php
                 Project: Savane
            Submitted by: marco
            Submitted on: Tue 11/08/2005 at 10:19
                Category: Web Frontend
                Priority: C - Normal
                Severity: 3 - Normal
                  Status: None
                 Privacy: Public
             Assigned to: None
        Originator Email: 
             Open/Closed: Open
                 Release: 1.2
         Planned Release: 

    _______________________________________________________

Details:

At line 60 of frontend/php/include/session.php there is a typo in a variable
name.
I have no idea of the consequences but probably the session mechanism is no
working as expected.

$usr = db_fetch_array($res);

should probably be:

$usr = db_fetch_array($resq);

Should be a quick fix.
Cheers,
Marco






    _______________________________________________________

Reply to this item at:

  <http://gna.org/bugs/?func=detailitem&item_id=4681>

_______________________________________________
  Message sent via/by Gna!
  http://gna.org/


_______________________________________________
Savane-dev mailing list
[email protected]
https://mail.gna.org/listinfo/savane-dev

Reply via email to