Project

General

Profile

« Previous | Next » 

Revision 7887

vegpath/index.php: VegBank(): Fixed bug where name had incorrectly been replaced with $name

View differences:

web/vegpath/index.php
74 74
	return function($path) use($url)
75 75
	{
76 76
		$path = parse_dot_path($path);
77
		if ($path->head) $url .= "/vegbank/views/dba_tabledescription_detail.jsp?view=detail&entity=dba_tabledescription&where=where_table$name&wparam=".$path->head."#".$path->tail;
77
		if ($path->head) $url .= "/vegbank/views/dba_tabledescription_detail.jsp?view=detail&entity=dba_tabledescription&where=where_tablename&wparam=".$path->head."#".$path->tail;
78 78
		else $url .= "/get/index/dba_tabledescription";
79 79
		return $url;
80 80
	};

Also available in: Unified diff