Index: trunk/ippMonitor/raw/czartool_exposures.php
===================================================================
--- trunk/ippMonitor/raw/czartool_exposures.php	(revision 30563)
+++ trunk/ippMonitor/raw/czartool_exposures.php	(revision 38258)
@@ -6,5 +6,5 @@
 
 if (! $ID['proj']) { projectform ($ID); }
-$gpc1db = dbconnect($ID['proj']);
+$projectdb = dbconnect($ID['proj']);
 
 $PATH = getenv("PATH");
@@ -46,5 +46,5 @@
 echo "</form>\n";
 
-createTableForThisSurvey($gpc1db, $date, $survey);
+createTableForThisSurvey($projectdb, $date, $survey);
 
 menu_end();
