[thirdparty-commits] jpeeler: mantis/trunk r47 - /mantis/trunk/core/file_api.php

SVN commits to the Digium third-party software repository thirdparty-commits at lists.digium.com
Thu Jan 8 11:24:01 CST 2009


Author: jpeeler
Date: Thu Jan  8 11:24:00 2009
New Revision: 47

URL: http://svn.digium.com/view/thirdparty?view=rev&rev=47
Log:
can't display version number when no license history exists

Modified:
    mantis/trunk/core/file_api.php

Modified: mantis/trunk/core/file_api.php
URL: http://svn.digium.com/view/thirdparty/mantis/trunk/core/file_api.php?view=diff&rev=47&r1=46&r2=47
==============================================================================
--- mantis/trunk/core/file_api.php (original)
+++ mantis/trunk/core/file_api.php Thu Jan  8 11:24:00 2009
@@ -242,7 +242,7 @@
 					$license_ver = $t_license["license_ver"];
 	 				switch($t_license_status) {
 	 					case LICENSE_NONE:
-	 						echo " [<div style='display: inline; background: #d8d8d8;'><font color=\"yellow\">License NONE (v$license_ver)</font></div>]";
+	 						echo " [<div style='display: inline; background: #d8d8d8;'><font color=\"yellow\">License NONE</font></div>]";
 	 						break;
 	 					case LICENSE_ACCEPTED:
 	 						echo " [<font color=\"green\">License OK (v$license_ver)</font>]";




More information about the thirdparty-commits mailing list