Drupal's Best practices
Submitted by albert on Thu, 2006-08-10 21:00
This one line command
find . -name "settings.php" -exec grep -H update_free_access {} \;
Will show you all the settings for update_free_access in your settings.php files. While the status reports tell you the line is in your update.php, it is in your settings.php file.
Practice makes perfect?
