[asterisk-commits] eliel: branch group/appdocsxml r147175 -	/team/group/appdocsxml/apps/
    SVN commits to the Asterisk project 
    asterisk-commits at lists.digium.com
       
    Tue Oct  7 11:30:23 CDT 2008
    
    
  
Author: eliel
Date: Tue Oct  7 11:30:22 2008
New Revision: 147175
URL: http://svn.digium.com/view/asterisk?view=rev&rev=147175
Log:
Ok, I am commiting too much mistakes, it is time to get a rest.
(miss the language attribute in a <function> element)
Modified:
    team/group/appdocsxml/apps/app_readexten.c
Modified: team/group/appdocsxml/apps/app_readexten.c
URL: http://svn.digium.com/view/asterisk/team/group/appdocsxml/apps/app_readexten.c?view=diff&rev=147175&r1=147174&r2=147175
==============================================================================
--- team/group/appdocsxml/apps/app_readexten.c (original)
+++ team/group/appdocsxml/apps/app_readexten.c Tue Oct  7 11:30:22 2008
@@ -92,7 +92,7 @@
 			</variablelist>
 		</description>
 	</application>
-	<function name="VALID_EXTEN">
+	<function name="VALID_EXTEN" language="en_US">
 		<synopsis>
 			Determine whether an extension exists or not.
 		</synopsis>
    
    
More information about the asterisk-commits
mailing list