Modified:
/trunk/plugin/wp-exhibit-config.php
=======================================
--- /trunk/plugin/wp-exhibit-config.php Fri Oct 16 08:00:53 2009
+++ /trunk/plugin/wp-exhibit-config.php Wed Feb 16 13:05:42 2011
@@ -10,6 +10,7 @@
public static $EXHIBITS_ASSOC_TABLE_KEY = "posts_exhibits";
public static $DATASCRAPS_TABLE_KEY = "datascraps";
public static $DATASCRAPS_ASSOC_TABLE_KEY = "posts_datascraps";
+ public static $GEOCODE_TABLE_KEY = "dp_geocode";
// Form prefixes
public static $DATA_FORM_PREFIX = "data";