Function Reference: geodir_event_fill_listings

Summary

This function has not been documented yet.

Source File

geodir_event_fill_listings() is located in geodir_event_manager/gdevents_functions.php [Line: 792]

Source Code

function geodir_event_fill_listings( $term ) {
	//$listings = geodir_event_get_my_listings( 'gd_place', $term );
	$listings = geodir_event_get_my_listings( 'all', $term );
	$options = '';
	if( !empty( $listings ) ) {
		foreach( $listings as $listing ) {
			$options .= '';
		}
	}
	return $options;
}