Mercurial > hg > webaudioevaluationtool
comparison php/pseudo.php @ 2453:17d8ac94b284
Hotfix: Minor fix for pseudo.php
author | Nicholas Jillings <nicholas.jillings@mail.bcu.ac.uk> |
---|---|
date | Tue, 02 Aug 2016 10:40:49 +0100 |
parents | 43ab418ba4b8 |
children | ad2f3d593000 |
comparison
equal
deleted
inserted
replaced
2452:48a84568359c | 2453:17d8ac94b284 |
---|---|
13 if ( $numtests !== false ) | 13 if ( $numtests !== false ) |
14 { | 14 { |
15 $numtests = count( $files ); | 15 $numtests = count( $files ); |
16 } | 16 } |
17 | 17 |
18 $testID = ($numsaves % $numtests)-1; | 18 $testID = ($numsaves % $numtests); |
19 | 19 |
20 readfile($files[$testID]); | 20 readfile($files[$testID]); |
21 ?> | 21 ?> |