~xpattern/xpattern/admin-ui

« back to all changes in this revision

Viewing changes to textpattern/update/_to_4.0.6.php

  • Committer: Michael Manfre
  • Date: 2008-01-18 01:24:21 UTC
  • Revision ID: mmanfre@gmail.com-20080118012421-0fux08n7lkqyi1n6
Integrated rvm_css. Static css files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
                }
32
32
        }
33
33
 
 
34
        if (!safe_field ('name', 'txp_prefs', "name='txp_css_dir'"))
 
35
        {
 
36
                safe_insert('txp_prefs', "prefs_id=1, name='txp_css_dir', val='css', type=1, event='admin', html='text_input', position=20");
 
37
                
 
38
        }
34
39
?>