Index: trunk/xpressme_integration_kit/wp-content/plugins/xpressme/include/custom_functions.php
===================================================================
--- trunk/xpressme_integration_kit/wp-content/plugins/xpressme/include/custom_functions.php	(revision 236)
+++ trunk/xpressme_integration_kit/wp-content/plugins/xpressme/include/custom_functions.php	(revision 237)
@@ -442,5 +442,5 @@
 }
 
-function is_xpress_contributor()
+function xpress_is_contributor()
 {
 	global $current_user;
@@ -586,5 +586,5 @@
 }
 
-function get_xpress_calendar($sun_color = '#DB0000' ,$sat_color = '#004D99' ,$initial = true) {
+function xpress_get_calendar($sun_color = '#DB0000' ,$sat_color = '#004D99' ,$initial = true) {
 	global $wpdb, $m, $monthnum, $year, $wp_locale, $posts;
 
