It's very easy to create an admin configuration page in Drupal with the help of system_settings_form(), this function adds a Save Configuration button and handle the saving of the variables, you don't have to create a submit function and do a variable_set to save your settings.
Problem: when using drush pm-update, it will check all modules for available updates then list all the modules that needs to be updated but after it completes a cycle it starts again.
This issue is posted on https://drupal.org/node/1352102 and the workaround is to delete all the row that have update_fetch_tasks on queue table in your database.
The workaround SQL query are:
DELETE FROM `YOUR_DATABASE_NAME`.`queue` WHERE `queue`.`name` = 'update_fetch_tasks';
I'm really excited this coming February 25, 2012 (Saturday) for another Drupal Camp Manila that will be held at Marine Science Institute, UP Diliman, Quezon City, Philippines. Another chance to meet more people, discover new friends, and gain lots of experience. Last year, I volunteered to be the videographer of this event even though I don't have proper training on handling and making videos. Just search for Drupal Camp Manila on youtube to see my videos.