projects
/
platal.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2bb9e57
)
Fixes bugs numbering in ChangeLog display.
author
Stéphane Jacob
<sj@m4x.org>
Sun, 27 Mar 2011 11:43:52 +0000
(13:43 +0200)
committer
Stéphane Jacob
<sj@m4x.org>
Sun, 27 Mar 2011 11:43:52 +0000
(13:43 +0200)
Signed-off-by: Stéphane Jacob <sj@m4x.org>
modules/platal.php
patch
|
blob
|
blame
|
history
diff --git
a/modules/platal.php
b/modules/platal.php
index
11b6b85
..
5f49945
100644
(file)
--- a/
modules/platal.php
+++ b/
modules/platal.php
@@
-21,7
+21,7
@@
function bugize($list)
{
- $list = preg_split('/,/',
Env::s('libs')
, -1, PREG_SPLIT_NO_EMPTY);
+ $list = preg_split('/,/',
$list
, -1, PREG_SPLIT_NO_EMPTY);
$ans = array();
foreach ($list as $bug) {