summaryrefslogtreecommitdiff
path: root/fml/etc
diff options
context:
space:
mode:
authorfukachan <fukachan>2005-08-10 14:01:29 +0000
committerfukachan <fukachan>2005-08-10 14:01:29 +0000
commitbf6f4cba2e6df2d9cd218296072c232b2b9d9898 (patch)
treefcb7b3b9c8d71593a49c56b0ce89469600e2c85b /fml/etc
parentcb2f54216047a74211915df3923126e1d5c13216 (diff)
downloadfml8-bf6f4cba2e6df2d9cd218296072c232b2b9d9898.tar.gz
fml8-bf6f4cba2e6df2d9cd218296072c232b2b9d9898.tar.bz2
fml8-bf6f4cba2e6df2d9cd218296072c232b2b9d9898.zip
regen: $sql_QUERY -> $sql_query_QEURY
Diffstat (limited to 'fml/etc')
-rw-r--r--fml/etc/default_config.cf.en.in28
-rw-r--r--fml/etc/default_config.cf.ja.in28
2 files changed, 28 insertions, 28 deletions
diff --git a/fml/etc/default_config.cf.en.in b/fml/etc/default_config.cf.en.in
index 1d3a5d13..dab111ed 100644
--- a/fml/etc/default_config.cf.en.in
+++ b/fml/etc/default_config.cf.en.in
@@ -3164,38 +3164,38 @@ sql_table = ml
# Descriptions:
# History:
-# Value: SQL_STATEMENT
+# Value: SQL_QUERY_STATEMENT
# Examples:
-sql_get_next_key = select fml_address from $sql_table
- where fml_ml = '$ml_name'
+sql_query_get_next_key = select fml_address from $sql_table
+ where fml_ml = '$ml_name'
and
fml_domain = '$ml_domain'
# Descriptions:
# History:
-# Value: SQL_STATEMENT
+# Value: SQL_QUERY_STATEMENT
# Examples:
-sql_getline = select fml_address from $sql_table
- where fml_ml = '$ml_name'
+sql_query_getline = select fml_address from $sql_table
+ where fml_ml = '$ml_name'
and
fml_domain = '$ml_domain'
# Descriptions:
# History:
-# Value: SQL_STATEMENT
+# Value: SQL_QUERY_STATEMENT
# Examples:
-sql_add = insert into $sql_table
+sql_query_add = insert into $sql_table
values ('$ml_name', '$ml_domain', '&address', 1, 1)
# Descriptions:
# History:
-# Value: SQL_STATEMENT
+# Value: SQL_QUERY_STATEMENT
# Examples:
-sql_delete = delete from $sql_table
- where fml_ml = '$ml_name'
+sql_query_delete = delete from $sql_table
+ where fml_ml = '$ml_name'
and
fml_domain = '$ml_domain'
and
@@ -3204,10 +3204,10 @@ sql_delete = delete from $sql_table
# Descriptions:
# History:
-# Value: SQL_STATEMENT
+# Value: SQL_QUERY_STATEMENT
# Examples:
-sql_find = select fml_address from $sql_table
- where fml_ml = '$ml_name'
+sql_query_find = select fml_address from $sql_table
+ where fml_ml = '$ml_name'
and
fml_domain = '$ml_domain'
and
diff --git a/fml/etc/default_config.cf.ja.in b/fml/etc/default_config.cf.ja.in
index 8fb4fccd..ffa697e6 100644
--- a/fml/etc/default_config.cf.ja.in
+++ b/fml/etc/default_config.cf.ja.in
@@ -3254,38 +3254,38 @@ sql_table = ml
# Descriptions:
# History:
-# Value: SQL_STATEMENT
+# Value: SQL_QUERY_STATEMENT
# Examples:
-sql_get_next_key = select fml_address from $sql_table
- where fml_ml = '$ml_name'
+sql_query_get_next_key = select fml_address from $sql_table
+ where fml_ml = '$ml_name'
and
fml_domain = '$ml_domain'
# Descriptions:
# History:
-# Value: SQL_STATEMENT
+# Value: SQL_QUERY_STATEMENT
# Examples:
-sql_getline = select fml_address from $sql_table
- where fml_ml = '$ml_name'
+sql_query_getline = select fml_address from $sql_table
+ where fml_ml = '$ml_name'
and
fml_domain = '$ml_domain'
# Descriptions:
# History:
-# Value: SQL_STATEMENT
+# Value: SQL_QUERY_STATEMENT
# Examples:
-sql_add = insert into $sql_table
+sql_query_add = insert into $sql_table
values ('$ml_name', '$ml_domain', '&address', 1, 1)
# Descriptions:
# History:
-# Value: SQL_STATEMENT
+# Value: SQL_QUERY_STATEMENT
# Examples:
-sql_delete = delete from $sql_table
- where fml_ml = '$ml_name'
+sql_query_delete = delete from $sql_table
+ where fml_ml = '$ml_name'
and
fml_domain = '$ml_domain'
and
@@ -3294,10 +3294,10 @@ sql_delete = delete from $sql_table
# Descriptions:
# History:
-# Value: SQL_STATEMENT
+# Value: SQL_QUERY_STATEMENT
# Examples:
-sql_find = select fml_address from $sql_table
- where fml_ml = '$ml_name'
+sql_query_find = select fml_address from $sql_table
+ where fml_ml = '$ml_name'
and
fml_domain = '$ml_domain'
and