Closed (fixed)
Project:
jQuery UI
Version:
6.x-1.0
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 May 2008 at 16:58 UTC
Updated:
7 Oct 2010 at 01:42 UTC
Jump to comment: Most recent file
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.