Revision: 50
http://svn.sourceforge.net/phpbbkb/?rev=50&view=rev
Author: markthedaemon
Date: 2007-02-13 20:48:07 -0800 (Tue, 13 Feb 2007)
Log Message:
-----------
We continue the fight against bugs by squashing another one ;). This time it's bug #8
Modified Paths:
--------------
main/trunk/admin/admin_kb.php
Modified: main/trunk/admin/admin_kb.php
===================================================================
--- main/trunk/admin/admin_kb.php 2007-02-14 04:29:56 UTC (rev 49)
+++ main/trunk/admin/admin_kb.php 2007-02-14 04:48:07 UTC (rev 50)
@@ -248,7 +248,7 @@
}
// Delete subcats
- $sql = "DELETE FROM " . KB_ARTICLES_TABLE . " WHERE cat_main = '" . $cat_id . "'";
+ $sql = "DELETE FROM " . KB_CATEGORIES_TABLE . " WHERE cat_main = '" . $cat_id . "'";
if(!$db->sql_query($sql))
{
message_die(GENERAL_ERROR, "Couldn't delete subcategories from articlecats table.", "", __LINE__, __FILE__, $sql);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|