summaryrefslogtreecommitdiffstats
path: root/modules/getid3/extension.cache.mysql.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules/getid3/extension.cache.mysql.php')
-rw-r--r--modules/getid3/extension.cache.mysql.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/getid3/extension.cache.mysql.php b/modules/getid3/extension.cache.mysql.php
index 1275c25e..f8dac5a2 100644
--- a/modules/getid3/extension.cache.mysql.php
+++ b/modules/getid3/extension.cache.mysql.php
@@ -34,7 +34,7 @@
* require_once 'getid3/getid3.php';
* $getid3 = new getid3;
* $getid3->encoding = 'UTF-8';
-* try {
+* try {
* $info1 = $getid3->Analyse('file1.flac');
* $info2 = $getid3->Analyse('file2.wv');
* ....