• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revisión9e4b383334b8926d2c3e3831eb58639e2c079190 (tree)
Tiempo2014-11-26 01:52:33
Autorhenoheno <henoheno>
Commiterumorigu

Log Message

BugTrack2/226 unused $matches (pointed out by anonymous)

Cambiar Resumen

Diferencia incremental

--- a/lib/func.php
+++ b/lib/func.php
@@ -382,7 +382,7 @@ function page_list($pages, $cmd = 'read', $withfilename = FALSE)
382382 }
383383 } else {
384384 $head = (preg_match('/^([A-Za-z])/', $page, $matches)) ? $matches[1] :
385- (preg_match('/^([ -~])/', $page, $matches) ? $symbol : $other);
385+ (preg_match('/^([ -~])/', $page) ? $symbol : $other);
386386 }
387387
388388 $list[$head][$page] = $str;