aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesús Eduardo <heckyel@hyperbola.info>2017-12-23 20:26:15 -0500
committerJesús Eduardo <heckyel@hyperbola.info>2017-12-23 20:26:15 -0500
commit9e9f4cfaa7d11f7eabad998bfdc8e523d0be425f (patch)
treec9dfad43c4e69998e0e122f5ff04a3de6b92a387
parent0b2cc9e721cc1907c08d5a0fe0846d9b1a040aea (diff)
downloadytlibre-9e9f4cfaa7d11f7eabad998bfdc8e523d0be425f.tar.lz
ytlibre-9e9f4cfaa7d11f7eabad998bfdc8e523d0be425f.tar.xz
ytlibre-9e9f4cfaa7d11f7eabad998bfdc8e523d0be425f.zip
...
-rw-r--r--init.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.php b/init.php
index ea38cf2..65de424 100644
--- a/init.php
+++ b/init.php
@@ -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){