Bugs item #605074, was opened at 2002-09-05 09:31
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=403611&aid=605074&group_id=31885
>Category: Interface (example)
>Group: 7.2.x
>Status: Pending
>Resolution: Fixed
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
>Assigned to: Chris Johnson (chaska)
Summary: Error in viewsessions.php3
Initial Comment:
$query = sprintf("delete from %s where name
= '%s' and sid = '%s'",
$sess->that->database_table,
$sess->name,
$v);
must be $v not $k
----------------------------------------------------------------------
>Comment By: Chris Johnson (chaska)
Date: 2002-09-25 12:57
Message:
Logged In: YES
user_id=279065
Fixed typo. Needs to be tested.
----------------------------------------------------------------------
Comment By: Dr Tarique Sani (tarique)
Date: 2002-09-05 12:54
Message:
Logged In: YES
user_id=269695
Errr... I dont think this is a docs bug
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=403611&aid=605074&group_id=31885
|