diff -cr modules/db_cassandra/doc/db_cassandra.xml ../kamailio4/modules/db_cassandra/doc/db_cassandra.xml
*** modules/db_cassandra/doc/db_cassandra.xml	Mon Sep  3 17:17:19 2012
--- ../kamailio4/modules/db_cassandra/doc/db_cassandra.xml	Fri Aug 24 15:49:48 2012
***************
*** 18,28 ****
  				<surname>Vamanu</surname>
  				<email>anca.vamanu@1and1.ro</email>
  			</author>
- 			<author>
- 				<firstname>Boudewyn</firstname>
- 				<surname>Ligthart</surname>
- 				<email>bligthart@btlnet.co.uk</email>
- 			</author>
  			<editor>
  				<firstname>Anca</firstname>
  				<surname>Vamanu</surname>
--- 18,23 ----
diff -cr modules/db_cassandra/doc/db_cassandra_admin.xml ../kamailio4/modules/db_cassandra/doc/db_cassandra_admin.xml
*** modules/db_cassandra/doc/db_cassandra_admin.xml	Mon Sep  3 18:05:35 2012
--- ../kamailio4/modules/db_cassandra/doc/db_cassandra_admin.xml	Fri Aug 24 15:49:48 2012
***************
*** 77,102 ****
  		Also, for deleting expired records, we let Cassandra take care of this with
  		its own mechanism (by setting the TTL for columns).
  	</para>
- 
- 	<para>
-  		The module supports raw queries. However these queries must follow the
- 		CQL (Cassandra Query Language) syntax. The queries can be issued 
- 		in the script by means of the AVPOPS module. Keep in mind that when passing back
- 		the results from the database only the first row is used to set the AVP variables.
- 		(default AVPOPS behaviour)
- 
- 		The script lines below can be used as an example for issuing the query towards 
- 		an cassandra instance.(This example will work once the column family `location` 
- 		is configured correctly in the cassandra keyspace)
- 	</para>
- <programlisting format="linespecific">
-    ...
-    $var(dballowed)="select * from location where key = 'userx' limit 1;";
-    avp_db_query("$var(dballowed)");
-    xlog("L_INFO","Got result here: [$avp(i:1)] [$avp(i:2)] [$avp(i:3)].\n");
-    ...
- </programlisting>
- 
  	</section>
  
  	<section>
--- 77,82 ----
