diff options
author | Jesús Eduardo <heckyel@hyperbola.info> | 2017-12-23 20:26:15 -0500 |
---|---|---|
committer | Jesús Eduardo <heckyel@hyperbola.info> | 2017-12-23 20:26:15 -0500 |
commit | 9e9f4cfaa7d11f7eabad998bfdc8e523d0be425f (patch) | |
tree | c9dfad43c4e69998e0e122f5ff04a3de6b92a387 | |
parent | 0b2cc9e721cc1907c08d5a0fe0846d9b1a040aea (diff) | |
download | ytlibre-9e9f4cfaa7d11f7eabad998bfdc8e523d0be425f.tar.lz ytlibre-9e9f4cfaa7d11f7eabad998bfdc8e523d0be425f.tar.xz ytlibre-9e9f4cfaa7d11f7eabad998bfdc8e523d0be425f.zip |
...
-rw-r--r-- | init.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ function get($url) { function secToDuration($seconds){ $minutes = intval($seconds/60); $seconds = ($seconds - ($minutes * 60)); - return $minutes . ' minutes ' $seconds . ' seconds'; + return $minutes . ' minutes ' . $seconds . ' seconds'; } function parseStream($stream){ |