Changeset 184 for trunk/coverager/coverager.php
- Timestamp:
- 2006-09-19T02:31:30+02:00 (7 years ago)
- File:
-
- 1 edited
-
trunk/coverager/coverager.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/coverager/coverager.php
r183 r184 120 120 list($tplfile, $tpllines, $tplcov) = $this->loadTplCov($fileinfo['cov'], substr($this->outpath, $this->datadir_len)); 121 121 if ($tplfile) { 122 $tplcov = sprint_cov($tpl info['tplcov'], $tpllines);122 $tplcov = sprint_cov($tplcov, $tpllines); 123 123 unset($tpllines); 124 124 }
Note: See TracChangeset
for help on using the changeset viewer.

