From c3eb208ba9d61210f5db02a4a12d323133867cb1 Mon Sep 17 00:00:00 2001 From: sparky4 Date: Fri, 25 Feb 2011 03:12:01 -0600 Subject: [PATCH] modified: data/stylesheets.daty modified: lib/lib_common.php --- data/stylesheets.daty | 6 ++---- lib/lib_common.php | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/data/stylesheets.daty b/data/stylesheets.daty index 7d6aed2..ecb9114 100755 --- a/data/stylesheets.daty +++ b/data/stylesheets.daty @@ -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,, diff --git a/lib/lib_common.php b/lib/lib_common.php index f4f3854..14dc1af 100755 --- a/lib/lib_common.php +++ b/lib/lib_common.php @@ -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; } } -- 2.39.2