removed temp text and inserted a much better text into
authorAndreas Unterkircher <unki@netshadow.at>
Sat, 30 Jun 2007 10:21:29 +0000 (10:21 +0000)
committerAndreas Unterkircher <unki@netshadow.at>
Sat, 30 Jun 2007 10:21:29 +0000 (10:21 +0000)
git-svn-id: file:///var/lib/svn/phpfspot/trunk@147 fa6a889d-dae6-447d-9e79-4ba9a3039384

phpfspot_img.php

index c21ff593c3e2be2e74f03f3cffc950f8d1b79486..052a45f4099c686bdc0cd561cf482ce6ee8ded90 100644 (file)
@@ -40,7 +40,7 @@ class PHPFSPOT_IMG {
       }
 
       if(!file_exists($fullpath)) {
-         $this->parent->showTextImage("test1");
+         $this->parent->showTextImage("File ". $fullpath ." does not exist");
          return;
       }
       if(!is_readable($fullpath)) {