NEW - bug 210: Babel or Babel-like Community Internationalization
https://foundation.eclipse.org/infrazilla/show_bug.cgi?id=210
diff --git a/html/callback/getVersionsforProject.php b/html/callback/getVersionsforProject.php
index 4ff6028..8afa291 100644
--- a/html/callback/getVersionsforProject.php
+++ b/html/callback/getVersionsforProject.php
@@ -34,6 +34,9 @@
 while($line = mysql_fetch_array($res, MYSQL_ASSOC)){
 	$ret = Array();
 	$ret['version'] = $line['version'];
+	if($line['version'] == $_SESSION['version']){
+		$ret['current'] = true;
+	}
 	$return[] = $ret;
 }