OK I couldn't get this module to install. I just moved the function around but there may some other preferred solution.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | jquery_ui-paper-bag-263345-1.patch | 1.75 KB | webchick |
| jquery_ui.patch | 2.48 KB | mfb |
OK I couldn't get this module to install. I just moved the function around but there may some other preferred solution.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | jquery_ui-paper-bag-263345-1.patch | 1.75 KB | webchick |
| jquery_ui.patch | 2.48 KB | mfb |
Comments
Comment #1
webchickOh DANG IT ALL TO HECK. :P
Committed this, will release 1.1 in a moment. ;)
Comment #2
webchickOk, this is now fixed. I unpublished the 1.0 release for good measure. THANK YOU.
Btw, the reason I want the get_version function in the .module file is so modules could call if (jquery_ui_get_version < $something) { drupal_set_message('OMG! ERROR'); } and if it's in the .install file, that won't work since .install files are only loaded at certain times.
Comment #3
webchickComment #4
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.
Comment #5
doublejosh commentedPS: If the module is installed at modules/contrib/jquery_ui the installation can't find the .module file to load the jquery_ui_get_version function.
So it has to be installed at modules/jquery_ui
Bummer, but not the end of the world.