]> 4ch.mooo.com Git - test.git/commitdiff
modified: data/stylesheets.daty
authorsparky4 <sparky4@4ch.irc.su>
Fri, 25 Feb 2011 09:12:01 +0000 (03:12 -0600)
committersparky4 <sparky4@4ch.irc.su>
Fri, 25 Feb 2011 09:12:01 +0000 (03:12 -0600)
modified:   lib/lib_common.php

data/stylesheets.daty
lib/lib_common.php

index 7d6aed2bf11ae507a880055d6a775481c59be492..ecb91148a8106b37938f9760f23db0d44bf77548 100755 (executable)
@@ -1,9 +1,7 @@
-yotsuba,四葉,yotsuba.css,,
-yotsubablue,四葉青,yotsubablue.css,,
+futaba,双葉,futaba.css,,
+burichan,ブリ,burichan.css,,
 草葉,草葉,kusaba.css,,
 四葉の芽,四葉の芽,yotsubanome.css,default,
-burichan,ブリ,burichan.css,,
-futaba,双葉,futaba.css,,
 gurochan,guro,gurochan.css,,
 photon,pho,photon.css,,
 NULL,0,null.css,,
index f4f38544f2db5d6443de1db438623f36601eaf7e..14dc1af5948d87ff78d9bb8040f37163402d75dd 100755 (executable)
@@ -20,7 +20,7 @@ function PMCCore_errorHandler($errno, $errstr, $errfile, $errline){
                        exit('Error: '.$errstr);
                        break;
                case E_WARNING:
-                       exit('Warning: '.$errstr.' '.$errfile.' #'.$errline);
+                       print_r('Warning: '.$errstr.' '.$errfile.' #'.$errline);
                        break;
        }
 }