]> git.p6c8.net - jirafeau.git/blobdiff - lib/functions.php
fix error on link encrypted parameters
[jirafeau.git] / lib / functions.php
old mode 100755 (executable)
new mode 100644 (file)
index c613d4a..76ae4b0
@@ -555,6 +555,8 @@ jirafeau_get_link ($hash)
     $out['link_code'] = trim ($c[9]);
     if (trim ($c[10]) == 'C')
            $out['crypted'] = true;
+    else
+           $out['crypted'] = false;
     
     return $out;
 }

patrick-canterino.de