2
0
Эх сурвалжийг харах

* Fixed to_any_gw() example.

Juha Heinanen 16 жил өмнө
parent
commit
873d03503a

+ 1 - 1
modules/lcr/README

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

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

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