Parent Directory
|
Revision Log
|
Patch
| revision 1.3 by wakaba, Sun Oct 26 10:10:54 2008 UTC | revision 1.4 by wakaba, Sun Oct 26 13:24:30 2008 UTC | |
|---|---|---|
| # | Line 25 if ($path eq '/') { | Line 25 if ($path eq '/') { |
| 25 | split /[\x0D\x0A]+/, $cgi->get_parameter ('tags') // '']; | split /[\x0D\x0A]+/, $cgi->get_parameter ('tags') // '']; |
| 26 | ||
| 27 | my $hash = get_hash ($en); | my $hash = get_hash ($en); |
| 28 | my $entry = {en => $en, ja => $ja, tags => $tags}; | my $entry = {en => $en, ja => $ja, tags => $tags, |
| 29 | is_pattern => $is_pattern}; | |
| 30 | ||
| 31 | lock_entry ($hash); | lock_entry ($hash); |
| 32 | set_entry ($hash, $is_pattern => $entry); | set_entry ($hash, $is_pattern => $entry); |
|
||||||||
| admin@suikawiki.org | ViewVC Help |
| Powered by ViewVC 1.1.24 |