You are here

function css3pie_update_7001 in css3pie 7.2

Add variable for css3pie js mode.

File

./css3pie.install, line 35
css3pie.install Contains install and update hooks for CSS3PIE.

Code

function css3pie_update_7001() {
  if (!variable_get('css3pie_css_use_js_mode')) {
    variable_set('css3pie_css_use_js_mode', FALSE);
  }
  return;
}