X-Git-Url: http://git.roojs.org/?p=pear;a=blobdiff_plain;f=HTML%2FFlexyFramework%2FGenerator.php;fp=HTML%2FFlexyFramework%2FGenerator.php;h=0e10bdec9e3e58f5c3f2aeb962f31e9739372793;hp=0ad1aea87c3d44c3a7b82d5c8b2e94622c106d4a;hb=2d0eca0f8915c131d98916100524f6560641a449;hpb=3e22a8db9883d51203e6bcfc38322224e10e6719 diff --git a/HTML/FlexyFramework/Generator.php b/HTML/FlexyFramework/Generator.php index 0ad1aea8..0e10bdec 100644 --- a/HTML/FlexyFramework/Generator.php +++ b/HTML/FlexyFramework/Generator.php @@ -244,7 +244,7 @@ class HTML_FlexyFramework_Generator extends DB_DataObject_Generator $ff->debug("Adding in $ini"); // prefer first ? $links = self::mergeIni( parse_ini_file($ini, true), $links); - print_R('links:' . $links);exit; + print_R($links);exit; } $iniLinksCache = preg_replace('/\.ini$/', '.links.ini', $iniCache); $out = array();