Skip to content

Instantly share code, notes, and snippets.

@jmertic
Created June 17, 2011 12:55
Show Gist options
  • Select an option

  • Save jmertic/1031362 to your computer and use it in GitHub Desktop.

Select an option

Save jmertic/1031362 to your computer and use it in GitHub Desktop.
<?php
function process()
{
global $current_language, $app_list_strings, $image_path, $current_user;
$mod_strings = return_module_language($current_language, 'Meetings');
$lvsParams = array(
'custom_select' => '',
'custom_from' => '',
'custom_where' => '\'))) AND custom_module.id is null ',
'distinct' => true
);
parent::process($lvsParams);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment