Das böse ==0
bernd

bernd commited on 2009-04-30 20:22:08
Zeige 1 geänderte Dateien mit 1 Einfügungen und 1 Löschungen.


git-svn-id: https://svn.schokokeks.org/repos/tools/webinterface/trunk@1358 87cf0b9e-d624-0410-a070-f6ee81989793
... ...
@@ -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
   }
184 184