]> git.mxchange.org Git - friendica.git/blobdiff - util/typo.php
collapse posts by same author (but not you).
[friendica.git] / util / typo.php
index ac61ef6d35396ce2b192d74675e25d4388acdb74..84a50e15e236b0d68b6c08557d94884cb609b618 100644 (file)
 
        echo 'util/strings.php' . "\n";
        include_once('util/strings.php');
+       echo count($a->strings) . ' strings' . "\n";
+
        $files = glob('view/*/strings.php');
+
        foreach($files as $file) {
                echo $file . "\n";
                include_once($file);