Project

General

Profile

« Previous | Next » 

Revision 7915

web/vegpath/index.php: VegBank(): Use custom_separator()'s new $main_url param

View differences:

index.php
100 100

  
101 101
function VegBank($url)
102 102
{
103
	return custom_separator($url."/vegbank/views/dba_tabledescription_detail.jsp?view=detail&entity=dba_tabledescription&where=where_tablename&wparam=", "#");
103
	return custom_separator($url."/vegbank/views/dba_tabledescription_detail.jsp?view=detail&entity=dba_tabledescription&where=where_tablename&wparam=",
104
		"#", $url."/get/index/dba_tabledescription");
104 105
}
105 106

  
106 107
ob_start(); // delay output in case there is a redirect

Also available in: Unified diff