Restore Drupal 4 default input filters


/ Published in: MySQL
Save to your folder(s)



Copy this code and paste it in your HTML
  1. INSERT INTO filter_formats VALUES (1,'Filtered HTML',',1,2,',1);
  2. INSERT INTO filter_formats VALUES (2,'PHP code','',0);
  3. INSERT INTO filter_formats VALUES (3,'Full HTML','',1);
  4. INSERT INTO filters VALUES (1,'filter',0,0);
  5. INSERT INTO filters VALUES (1,'filter',2,1);
  6. INSERT INTO filters VALUES (2,'filter',1,0);
  7. INSERT INTO filters VALUES (3,'filter',2,0);
  8. INSERT INTO variable (name,value) VALUES ('filter_html_1','i:1;');

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.