query("select * from user_preferences where assigned_user_id='1' and category='global'");
while($r=$GLOBALS['db']->fetchByAssoc($w)){
$a=unserialize(base64_decode($r['contents']));
print $r['category']." ".print_r($a)."
";
}*/
require_once('modules/EcmStockDocIns/ListView.php');
?>