Bug Fix on users.php
Date: Friday, October 17 @ 12:21:46 CEST
Topic: Bug Fixes


Hello Nukers, thanks to the awareness of my users in my community website they have discovered a typos in admin/modouls/users.php and the bug is:
on line 17 for Example is written:
$result = $db->$db->sql_query
this is a typos mistake it should of been:
$result = $db->sql_query

just search the fille users.php for $result = $db->$db->sql_query and replace it with $result = $db->sql_query
or you can Download it from here.

Thanks to my community users another problem solved.
Best Regurds, Roy Shiker.
www.PHPNuke-Israel.org





This article comes from NukeCops
http://www.nukecops.com

The URL for this story is:
http://www.nukecops.com/modules.php?name=News&file=article&sid=830