09-21-2010, 09:21 PM 
		
	
	
		In op.RemoveVersion.php on line number 52 there is :
This variable is overwritten on next line and that causes error with add_log_line() on line 70.
Solution is to change variable name to $version_num on lines 52, 53 and 70.
I hope someone can fix this to SVN repository, thank you.
	
	
	
	
	
PHP Code:
$version = $_POST['version']; 
This variable is overwritten on next line and that causes error with add_log_line() on line 70.
Solution is to change variable name to $version_num on lines 52, 53 and 70.
I hope someone can fix this to SVN repository, thank you.

