BeBot - An Anarchy Online and Age Of Conan chat automaton

General => Feedback and Suggestions => Topic started by: Kilajan on March 01, 2005, 03:38:39 am

Title: Small Error in Admin.php
Post by: Kilajan on March 01, 2005, 03:38:39 am
Hello.

First of, I use linux. Even tho this error has very little to do with that.

I was trying to add a member to a group using !admin add Test Nick
It told me the person was added, but the logfile gave me an error.

At line 220 in Admin.php there is a small error or typo. It says.


Code: [Select]
query("INSERT INTO admin_members (id, admin_group) VALUES

it should in fact be like this

Code: [Select]
query("INSERT INTO admin_members (name, admin_group) VALUES

because there are no id post in admin_members

//Kilajan
SimplePortal 2.3.7 © 2008-2024, SimplePortal