cvs: SVNROOT / pre-commit

[email protected] ("Gwynne Raskind") Sat, 20 Dec 2008 18:53:52 -0000
Newsgroups svn.migration
Message-ID <cvsgwynne1229799232@cvsserver>
gwynne		Sat Dec 20 18:53:52 2008 UTC

  Modified files:              
    /SVNROOT	pre-commit 
  Log:
  oops
  
http://cvs.php.net/viewvc.cgi/SVNROOT/pre-commit?r1=1.5&r2=1.6&diff_format=u
Index: SVNROOT/pre-commit
diff -u SVNROOT/pre-commit:1.5 SVNROOT/pre-commit:1.6
--- SVNROOT/pre-commit:1.5	Sat Dec 20 18:49:58 2008
+++ SVNROOT/pre-commit	Sat Dec 20 18:53:52 2008
@@ -15,7 +15,7 @@
 
 // -----------------------------------------------------------------------------------------------------------------------------
 // Constants
-$version = substr('$Revision: 1.5 $', strlen('$Revision: '), -2);
+$version = substr('$Revision: 1.6 $', strlen('$Revision: '), -2);
 
 // -----------------------------------------------------------------------------------------------------------------------------
 // Version check
@@ -73,7 +73,7 @@
 } else {
     $dirs_changed = run_svnlook('dirs-changed');
     $log_message = run_svnlook('log');
-    $author = run_svnlook('author');
+    $author = trim(implode("\n", run_svnlook('author')));
 }
 
 // -----------------------------------------------------------------------------------------------------------------------------