Index: open_flash_chart_api.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/open_flash_chart_api/open_flash_chart_api.module,v
retrieving revision 1.1.4.14
diff -u -r1.1.4.14 open_flash_chart_api.module
--- open_flash_chart_api.module	19 Jun 2008 19:46:57 -0000	1.1.4.14
+++ open_flash_chart_api.module	19 Jun 2008 19:55:50 -0000
@@ -83,7 +83,7 @@
 		 */
 		function set_unique_id()
 		{
-				$this->unique_id = uniqid(rand(), true);
+				$this->unique_id = 'ofc_api-'. uniqid(rand(), true);
 		}
 		
 		/**

