Changeset 357 for mt-keywords2tags
- Timestamp:
- 03/07/07 19:17:03 (21 months ago)
- Files:
-
- 1 modified
-
mt-keywords2tags/trunk/mt-keywords2tags.cgi (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
mt-keywords2tags/trunk/mt-keywords2tags.cgi
r214 r357 7 7 # personal use. If you distribute it, please keep this notice intact. 8 8 # 9 # Copyright (c) 2006 Hirotaka Ogawa9 # Copyright (c) 2006,2007 Hirotaka Ogawa 10 10 # 11 11 use strict; … … 46 46 my @tags = split_tags($e->keywords, 1); 47 47 next unless scalar @tags; 48 $e-> set_tags(@tags);48 $e->add_tags(@tags); 49 49 $e->save_tags; 50 50 print $e->id . ": " . join(', ', @tags) . "\n";
![(please configure the [header_logo] section in trac.ini)](/public/chrome/common/trac_banner.png)