Revision 7887
Added by Aaron Marcuse-Kubitza over 11 years ago
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
vegpath/index.php: VegBank(): Fixed bug where name had incorrectly been replaced with $name