Browse code

Das böse ==0

git-svn-id: https://svn.schokokeks.org/repos/tools/webinterface/trunk@1358 87cf0b9e-d624-0410-a070-f6ee81989793

bernd authored on 30/04/2009 20:22:08
Showing 1 changed files
... ...
@@ -177,7 +177,7 @@ function encode_querystring($querystring)
177 177
 function internal_link($file, $label, $querystring = '', $attribs = '')
178 178
 {
179 179
   global $prefix;
180
-  if (strpos($file, '/') == 0)
180
+  if (strpos($file, '/') === 0)
181 181
   {
182 182
     $file = $prefix.substr($file, 1);
183 183
   }