newer icons, clean up style of some health pages

git-svn-id: http://www.observium.org/svn/observer/trunk@1151 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Adam Amstrong
2010-06-12 15:18:12 +00:00
parent e696b60ba7
commit c231ce7a13
6 changed files with 7 additions and 3 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ if(!$where) {
if (file_exists('.svn'))
{
list(,$dbu_rev) = split(': ',@shell_exec('svn info database-update.sql|grep ^Revision'));
list(,$dbu_rev) = preg_split('/: /',@shell_exec('svn info database-update.sql|grep ^Revision'));
$device_query = mysql_query("SELECT revision FROM `dbSchema`");
if ($rev = @mysql_fetch_array($device_query))