Indefero

Indefero Commit Details


Date:2010-08-30 15:14:03 (14 years 3 months ago)
Author:Thomas Keller
Branch:develop, feature-issue_links, feature.better-home, feature.content-md5, feature.diff-whitespace, feature.download-md5, feature.issue-links, feature.issue-of-others, feature.issue-summary, feature.search-filter, feature.webrepos, feature.wiki-default-page, master, release-1.1, release-1.2, release-1.3
Commit:a384c6093737782c8a880b936e94203152590200
Parents: 6b4abac08ea0bec6c47cea052b1a1fb7faaa349e
Message:fix a PHP notice

Changes:

File differences

src/IDF/Scm/Monotone/Stdio.php
146146
147147
148148
149
149150
150
151
151152
152153
153154
return false;
$read = array($this->pipes[1], $this->pipes[2]);
$write = $except = null;
$streamsChanged = stream_select(
$read, $write = null, $except = null, 0, 20000
$read, $write, $except, 0, 20000
);
if ($streamsChanged === false) {

Archive Download the corresponding diff file

Page rendered in 0.07616s using 13 queries.