FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » FUDforum Development » Bug Reports » Forum Delete
Show: Today's Messages :: Polls :: Message Navigator
Switch to threaded view of this topic Create a new topic Submit Reply
Forum Delete [message #22456] Thu, 03 February 2005 20:38 Go to next message
JamesS is currently offline  JamesS   United States
Messages: 275
Registered: July 2002
Location: Atlanta, GA
Karma: 0
Senior Member
On line 173 in /var/FUDforum/include/forum_adm.inc the "this->" needs to be removed.

Currently:
q("DROP TABLE ".$tbl."fl_".$this->id);


Should be:
q("DROP TABLE ".$tbl."fl_".$id);


File version -- $Id: forum_adm.inc,v 1.19 2004/11/24 19:53:34 hackie Exp $
Re: Forum Delete [message #22457 is a reply to message #22456] Thu, 03 February 2005 21:57 Go to previous messageGo to next message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma: 0
Senior Member
Administrator
Core Developer
This was fixed in CVS a few weeks ago.

FUDforum Core Developer
Re: Forum Delete [message #22469 is a reply to message #22456] Fri, 04 February 2005 13:51 Go to previous message
JamesS is currently offline  JamesS   United States
Messages: 275
Registered: July 2002
Location: Atlanta, GA
Karma: 0
Senior Member
Oops. I am working against 2.6.9; I suppose it would have been wiser to check out the CVS branch to work on my hack but I didn't. *shrug* Oh well.
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: "Umlaut" problem in 2.6.9
Next Topic: Prepared statement already exists
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Tue May 07 10:37:35 GMT 2024

Total time taken to generate the page: 0.02532 seconds