diff --git a/bin/syncext.php b/bin/syncext.php index 8f41494aff..cad41b07ce 100644 --- a/bin/syncext.php +++ b/bin/syncext.php @@ -43,7 +43,7 @@ function getFiles($dir, $exceptions = array()) foreach($entries as $entry) { - if($entry == '.' or $entry == '..' or $entry == '.svn') continue; + if($entry == '.' or $entry == '..' or $entry == '.svn' or $entry == 'db') continue; if(in_array($entry, $exceptions)) continue; $fullEntry = $dir . $entry; diff --git a/module/common/view/action.html.php b/module/common/view/action.html.php index 93d1664736..df9a7c29e5 100644 --- a/module/common/view/action.html.php +++ b/module/common/view/action.html.php @@ -75,7 +75,7 @@ function toggleOrder(obj) } $(function(){ - var diffButton = ""; + var diffButton = ""; var newBoxID = '' var oldBoxID = '' $('blockquote').each(function(){ @@ -121,7 +121,7 @@ $(function(){ ?> action->printAction($action);?> - history)) echo html::commonButton('', "id=switchButton$i class='hand change-show' onclick=switchChange($i)");?> + history)) echo html::commonButton(' ', "id=switchButton$i class='hand change-show' onclick=switchChange($i)");?> comment) or !empty($action->history)):?> comment)) echo "