bugSavane - Bugs: bug #4681, typo in variable name in...

 
 
Show feedback again

You are not allowed to post comments on this tracker with your current authentification level.

bug #4681: typo in variable name in session.php

Submitted by:  Marco Mambelli <marco>
Submitted on:  Tue 08 Nov 2005 04:19:50 PM UTC  
 
Category: Web FrontendStatus: Fixed
Severity: 3 - NormalPriority: C - Normal
Assigned to: Mathieu Roy <yeupou>Open/Closed: Closed
Release: 1.2Planned Release: 1.3
Reproducibility: NonePrivacy: Public

Fri 11 Nov 2005 09:27:47 AM UTC, comment #1:

$res seemed to be initialized too, and working as expected. It seems safer to use $resq instead of $res initialized we dont know where, so I applied the change you proposed.

Mathieu Roy <yeupou>
Project AdministratorIn charge of this item.
Tue 08 Nov 2005 04:19:50 PM UTC, original submission:

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

Marco Mambelli <marco>

 

No files currently attached

 

Depends on the following items: None found

Items that depend on this one

Digest:
   task dependencies.

 

Carbon-Copy List
  • -unavailable- added by yeupou (Updated the item)
  • -unavailable- added by marco (Submitted the item)
  •  

    Do you think this task is very important?
    If so, you can click here to add your encouragement to it.
    This task has 0 encouragements so far.

    Only logged-in users can vote.

     

    Please enter the title of George Orwell's famous dystopian book (it's a date):

     

     

    Follow 5 latest changes.

    Date Changed By Updated Field Previous Value => Replaced By
    Fri 11 Nov 2005 09:27:47 AM UTCyeupouStatusNeed Info=>Fixed
      Assigned toNone=>yeupou
      Open/Closed-Automatic update due to transitions settings-=>Closed
    Thu 10 Nov 2005 02:21:54 PM UTCyeupouStatusNone=>Need Info
      Planned Release=>1.3
    Show feedback again

    Back to the top


    Powered by Savane 3.1-cleanup