<?php
	/**
	* phpGroupWare - sms: A SMS Gateway
	*
	* @author Sigurd Nes <sigurdne@online.no>
	* @copyright Copyright (C) 2003-2005 Free Software Foundation, Inc. http://www.fsf.org/
	* @license http://www.gnu.org/licenses/gpl.html GNU General Public License
	* @internal Development of this application was funded by http://www.bergen.kommune.no/bbb_/ekstern/
	* @package sms
	* @subpackage sms
 	* @version $Id: config_VASK,v 1.2 2007/08/13 18:41:15 sigurdne Exp $
	*/

	/**
	 * Description
	 * @package sms
	 * Config values for SMS-command "VASK" - cleaning in Norwegian - as example - as it is configured at BBB 
	 */

	$agreement_id = '';
	$id_field = 'location_code';
	$target_field = 'kvittering';

	$filter = "WHERE agreement_id = $agreement_id AND location_code ilike '" . $param[0] . "%'";	
?>
