diff options
| author | fukachan <fukachan> | 2005-10-08 07:36:37 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2005-10-08 07:36:37 +0000 |
| commit | 5e17dc2a6d9a4b64924b0bb51f60f7f90981ece3 (patch) | |
| tree | 57ff7d03a846e87d66064222da88468717319a91 /fml/doc | |
| parent | 46258896a996b2b10097fe28112d40b76f6d325f (diff) | |
| download | fml8-5e17dc2a6d9a4b64924b0bb51f60f7f90981ece3.tar.gz fml8-5e17dc2a6d9a4b64924b0bb51f60f7f90981ece3.tar.bz2 fml8-5e17dc2a6d9a4b64924b0bb51f60f7f90981ece3.zip | |
regen: script fixed to escape meta char
Diffstat (limited to 'fml/doc')
| -rw-r--r-- | fml/doc/en/tutorial/variables/list.sgml | 2 | ||||
| -rw-r--r-- | fml/doc/ja/tutorial/variables/list.sgml | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/fml/doc/en/tutorial/variables/list.sgml b/fml/doc/en/tutorial/variables/list.sgml index e77cf73d..bbfe0387 100644 --- a/fml/doc/en/tutorial/variables/list.sgml +++ b/fml/doc/en/tutorial/variables/list.sgml @@ -581,7 +581,7 @@ command_mail_reply_prompt</entry> <entry> command prompt in message reply</entry> <entry> ->>> +>>> </entry> </row> <row> diff --git a/fml/doc/ja/tutorial/variables/list.sgml b/fml/doc/ja/tutorial/variables/list.sgml index 428806d9..7cda3764 100644 --- a/fml/doc/ja/tutorial/variables/list.sgml +++ b/fml/doc/ja/tutorial/variables/list.sgml @@ -592,7 +592,7 @@ command_mail_reply_prompt</entry> <entry> command prompt in message reply</entry> <entry> ->>> +>>> </entry> </row> <row> @@ -1850,7 +1850,7 @@ sql_query_find</entry> 注意: 各行を取り出すのではなく</entry> <entry> select fml_address from $sql_table - where fml_ml = '$ml_name' + where fml_ml = '$ml_name' and fml_domain = '$ml_domain' and |
