Project

General

Profile

« Previous | Next » 

Revision 7896

web/vegpath/util.php: partition(): Fixed bug where strpos() takes the search-for param first rather than second

View differences:

index.php
86 86
			}
87 87
			else $target = "tbl_structure";
88 88
		}
89
		$url .= "&target=".$target;
89
		$url .= "&target=".$target.".php";
90 90
		return $url;
91 91
	};
92 92
}

Also available in: Unified diff