function classified_update_7300 in Classified Ads 7.3
Implements hook_update_N().
- define an initial schema version.
File
- ./
classified.install, line 310 - Install file for the Classified Ads module.
Code
function classified_update_7300() {
// Nothing to do: just let core register us as a 7.3 version.
}