瀏覽代碼

* Fixed to_any_gw() example.

Juha Heinanen 16 年之前
父節點
當前提交
873d03503a
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      modules/lcr/README
  2. 1 1
      modules/lcr/doc/lcr_admin.xml

+ 1 - 1
modules/lcr/README

@@ -792,7 +792,7 @@ if (to_gw("1")) {
 
 
    Example 1.36. to_gw usage
    Example 1.36. to_gw usage
 ...
 ...
-if (to_gw("1")) {
+if (to_any_gw()) {
         ...
         ...
         exit;
         exit;
 };
 };

+ 1 - 1
modules/lcr/doc/lcr_admin.xml

@@ -987,7 +987,7 @@ if (to_gw("1")) {
 		<title><function>to_gw</function> usage</title>
 		<title><function>to_gw</function> usage</title>
 		<programlisting format = "linespecific">
 		<programlisting format = "linespecific">
 ...
 ...
-if (to_gw("1")) {
+if (to_any_gw()) {
 	...
 	...
 	exit;
 	exit;
 };
 };