File: document.sql

package info (click to toggle)
opendb 0.81p18-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 4,716 kB
  • ctags: 6,787
  • sloc: php: 50,213; sql: 3,098; sh: 272; makefile: 54; xml: 48
file content (2 lines) | stat: -rw-r--r-- 378 bytes parent folder | download
1
2
DELETE FROM s_attribute_type WHERE s_attribute_type = 'DOCUMENT';
INSERT INTO s_attribute_type (s_attribute_type, description, prompt, input_type, display_type, s_field_type, site_type) VALUES ( 'DOCUMENT', 'Document', 'Document', 'upload_or_saveurl(50, 500, "pdf,doc,txt")', 'urlpopup("{switch(extension, pdf, pdf.png, doc, winword.gif, default.gif)}", 1024, 768)', NULL, NULL)