Parent Directory
|
Revision Log
|
Patch
| revision 1.5 by wakaba, Mon Oct 27 05:00:33 2008 UTC | revision 1.6 by wakaba, Tue Oct 28 04:25:10 2008 UTC | |
|---|---|---|
| # | Line 26 if ($path eq '/') { | Line 26 if ($path eq '/') { |
| 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}; | isPattern => $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 |