Changeset 130
- Timestamp:
- 12/17/07 21:06:42 (5 years ago)
- Location:
- taggingreloaded/optionals
- Files:
-
- 2 modified
-
de.easy-coding.wcf.stopwords.de/install.sql (modified) (2 diffs)
-
de.easy-coding.wcf.stopwords.en/install.sql (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
taggingreloaded/optionals/de.easy-coding.wcf.stopwords.de/install.sql
r110 r130 1 INSERT I NTO wcf1_taggingreloaded_stopwords (languagecode, stopword) VALUES1 INSERT IGNORE INTO wcf1_taggingreloaded_stopwords (languagecode, stopword) VALUES 2 2 ('de', 'aber'), 3 3 ('de', 'alle'), … … 120 120 ('de', 'heraus'), 121 121 ('de', 'herein'), 122 ('de', 'hey') 123 ('de', 'hi') 122 ('de', 'hey'), 123 ('de', 'hi'), 124 124 ('de', 'hier'), 125 125 ('de', 'hin'), -
taggingreloaded/optionals/de.easy-coding.wcf.stopwords.en/install.sql
r43 r130 1 INSERT I NTO wcf1_taggingreloaded_stopwords (languagecode, stopword) VALUES1 INSERT IGNORE INTO wcf1_taggingreloaded_stopwords (languagecode, stopword) VALUES 2 2 ('en', 'about'), 3 3 ('en', 'above'),
