[Freeswitch-svn] [commit] r14064 - freeswitch/trunk/contrib/mod/xml_int/mod_xml_odbc

FreeSWITCH SVN ledr at freeswitch.org
Tue Jun 30 13:38:36 PDT 2009


Author: ledr
Date: Tue Jun 30 15:38:36 2009
New Revision: 14064

Log:
test


Modified:
   freeswitch/trunk/contrib/mod/xml_int/mod_xml_odbc/mod_xml_odbc.c

Modified: freeswitch/trunk/contrib/mod/xml_int/mod_xml_odbc/mod_xml_odbc.c
==============================================================================
--- freeswitch/trunk/contrib/mod/xml_int/mod_xml_odbc/mod_xml_odbc.c	(original)
+++ freeswitch/trunk/contrib/mod/xml_int/mod_xml_odbc/mod_xml_odbc.c	Tue Jun 30 15:38:36 2009
@@ -110,7 +110,7 @@
 	int i;
 
 	/* up the row counter */
-	qh->tmp_i++; // TODO THIS WILL GO WRONG FOR NESTED QUERIES.. THINK ABOUT IT !!!
+	qh->tmp_i++; // TODO: THIS WILL GO WRONG FOR NESTED QUERIES.. THINK ABOUT IT !!!
 
 	/* loop through all columns and store them in qh->event->params */
 	for (i = 0; i < argc; i++) {



More information about the Freeswitch-svn mailing list