Changeset:
        b41067f9997a
        
https://sourceforge.net/p/mrbs/hg-code/ci/b41067f9997a38229326248e03dd9e2669884a9c
Author:
        Campbell Morrison <[email protected]>
Date:
        Fri Sep 18 13:40:50 2015 +0100
Log message:

Removed redundant global declarations

diffstat:

 web/version.inc |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 8a0653115c3d -r b41067f9997a web/version.inc
--- a/web/version.inc   Fri Sep 18 13:36:54 2015 +0100
+++ b/web/version.inc   Fri Sep 18 13:40:50 2015 +0100
@@ -10,7 +10,7 @@
 function get_mrbs_version()
 {
   global $hg_command;
-  global $mrbs_version_number, $mrbs_hg_id, $mrbs_hg_branch;
+  global $mrbs_version_number;
 
   // MRBS developers, make sure to update this string before each release
   $mrbs_version = "MRBS $mrbs_version_number";

------------------------------------------------------------------------------
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits

Reply via email to