File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 6
6
// +----------------------------------------------------------------------+
7
7
// | Copyright (c) 2003 - 2008 MySQL AB |
8
8
// | Copyright (c) 2008 - 2010 Sun Microsystem Inc. |
9
- // | Copyright (c) 2011 - 2014 Eventum Team. |
9
+ // | Copyright (c) 2011 - 2015 Eventum Team. |
10
10
// | |
11
11
// | This program is free software; you can redistribute it and/or modify |
12
12
// | it under the terms of the GNU General Public License as published by |
22
22
// | along with this program; if not, write to: |
23
23
// | |
24
24
// | Free Software Foundation, Inc. |
25
- // | 51 Franklin Street, Suite 330 |
25
+ // | 51 Franklin Street, Suite 330 |
26
26
// | Boston, MA 02110-1301, USA. |
27
27
// +----------------------------------------------------------------------+
28
28
// | Authors: João Prado Maia <[email protected] > |
@@ -114,7 +114,7 @@ function cvs_commit_info($argv)
114
114
// user who is committing these changes
115
115
$ username = array_shift ($ argv );
116
116
117
- if (count ($ argv ) == 3 ) {
117
+ if (count ($ argv ) == 1 ) {
118
118
$ info = cvs_parse_info_1_11 ($ argv );
119
119
} else {
120
120
$ info = cvs_parse_info_1_12 ($ argv );
You can’t perform that action at this time.
0 commit comments