civicrm-version.php - Keep civicrmVersion() in global namespace
authorTim Otten <totten@civicrm.org>
Thu, 10 May 2018 23:45:06 +0000 (16:45 -0700)
committerTim Otten <totten@civicrm.org>
Fri, 11 May 2018 02:01:26 +0000 (19:01 -0700)
commit292931f6bd575101c6f6a9ee93700fcf263b88a9
tree696ba7e94c6251c6626e88d2f7fb2b0203731c47
parentbb6c47e498341abe31aaba82b46f962b89790b28
civicrm-version.php - Keep civicrmVersion() in global namespace

The function has traditionally been in the global namespace, and it
should stay there for backward compatibility.

This patch looks big, but it's really just wrapping code inside new
`namespace ...  { ...  }` blocks.
civicrm-version.php