Explorar el Código

reg(k): fix a (probably) copy and paste error

Henning Westerholt hace 15 años
padre
commit
bf89ebf740
Se han modificado 2 ficheros con 3 adiciones y 3 borrados
  1. 2 2
      modules_k/registrar/README
  2. 1 1
      modules_k/registrar/doc/registrar_admin.xml

+ 2 - 2
modules_k/registrar/README

@@ -110,7 +110,7 @@ Bogdan-Andre Iancu
    1.25. registered usage
    1.25. registered usage
    1.26. registered usage
    1.26. registered usage
    1.27. registered usage
    1.27. registered usage
-   1.28. $sht(name) usage
+   1.28. $ulc(name) usage
 
 
 Chapter 1. Admin Guide
 Chapter 1. Admin Guide
 
 
@@ -787,7 +787,7 @@ reg_free_contacts("callee");
    The pseudo-variable accepts positive index value to access a specific
    The pseudo-variable accepts positive index value to access a specific
    contact record.
    contact record.
 
 
-   Example 1.28. $sht(name) usage
+   Example 1.28. $ulc(name) usage
 ...
 ...
 if(reg_fetch_contacts("location", "$fu", "caller"))
 if(reg_fetch_contacts("location", "$fu", "caller"))
 {
 {

+ 1 - 1
modules_k/registrar/doc/registrar_admin.xml

@@ -1076,7 +1076,7 @@ reg_free_contacts("callee");
 			</para>
 			</para>
 
 
 			<example>
 			<example>
-			<title><function moreinfo="none">$sht(name)</function> usage</title>
+			<title><function moreinfo="none">$ulc(name)</function> usage</title>
 <programlisting format="linespecific">
 <programlisting format="linespecific">
 ...
 ...
 if(reg_fetch_contacts("location", "$fu", "caller"))
 if(reg_fetch_contacts("location", "$fu", "caller"))