View Single Post
  #3 (permalink)  
Old 06-02-2007, 10:13 PM
srikat srikat is offline
Casual Pligger
 
Join Date: May 2006
Posts: 92
Thanks: 3
Thanked 7 Times in 6 Posts
It worked. I did the change via phpMyAdmin.

The SQL query for the same is:

Code:
UPDATE `pligg_categories` SET `category__auto_id` = '0' WHERE `pligg_categories`.`category__auto_id` =5 LIMIT 1 ;
In the above code, replace 'pligg_categories' with the name of categories table as appropriate. Usually it will be just 'categories' or 'pligg_categories'.

Last edited by srikat; 06-29-2007 at 02:27 PM..
Reply With Quote