popups.install in Popups API (Ajax Dialogs) 7
Same filename and directory in other branches
File
popups.installView source
<?php
/**
* Implementation of hook_install().
*
* Ensures private_upload runs after theme
* Expiremental - go last.
*/
function popups_install() {
db_query("UPDATE {system} SET weight = %d WHERE name = 'popups'", 9999);
}
Functions
Name | Description |
---|---|
popups_install | Implementation of hook_install(). |