Skip to content
Snippets Groups Projects

[ENH] Improvements in Git details and SVN Up Info modules

5 files
+ 29
26
Compare changes
  • Side-by-side
  • Inline
Files
5
@@ -9,5 +9,5 @@
function smarty_function_svn_lastup()
{
$svn = svn_last_update();
return isset($svn['lastup']) ? $svn['lastup'] : null;
return $svn['wcdb_mtime'] ?? null;
}
Loading