Mercurial > defr > drupal > popups
diff popups.install @ 1:4215c43e74eb
Popups: Mise à jour en version alpha6
author | Franck Deroche <franck@defr.org> |
---|---|
date | Fri, 31 Dec 2010 13:44:00 +0100 |
parents | 76f9b43738f2 |
children |
line wrap: on
line diff
--- a/popups.install Fri Dec 31 13:41:08 2010 +0100 +++ b/popups.install Fri Dec 31 13:44:00 2010 +0100 @@ -1,5 +1,5 @@ <?php -// $Id: popups.install,v 1.4.8.2 2009/03/05 19:52:48 starbow Exp $ +// $Id: popups.install,v 1.4.8.3 2010/12/10 02:09:16 drewish Exp $ /** * @file @@ -8,7 +8,7 @@ /** * Implementation of hook_install(). * - * Ensures popups runs after everything else, since it short circuits in hook_init. + * Ensures popups runs after everything else, since it short circuits in hook_init. */ function popups_install() { db_query("UPDATE {system} SET weight = %d WHERE name = 'popups'", 9999);