# This patch file was generated by NetBeans IDE
# This patch can be applied using context Tools: Apply Diff Patch action on respective folder.
# It uses platform neutral UTF-8 encoding.
# Above lines and this line are ignored by the patching process.
--- /var/www/head7.quiptime.lan/sites/default/private/temp/update-extraction/gitbrowser/gb.inc
+++ /var/www/head7.quiptime.lan/sites/all/modules/gitbrowser/gb.inc
@@ -299,6 +299,7 @@
  *
  */
 function gb_get_tag_list($path, $repos, $start = 'HEAD', $count = 8) {
+  $output = '';
   $defaults = array('path' => $path, 'repos' => $repos, 'start' => $start, 'count' => $count);
   drupal_add_css(drupal_get_path('module', 'gb') .'/gb.css');
   
@@ -434,7 +435,7 @@
     }
   }
   
-  $info['author'] = $info['author'][0];
\ No newline at end of file
+  $info['author'] = !empty($info['author'][0]);
\ No newline at end of file
   
   $info['refs'] = gb_get_refs($repos, $info['hash']);
   if ($changes) {
