This commit is contained in:
parent
b50c314fad
commit
473157f854
@ -168,7 +168,7 @@ if(local_channel() && App::$channel && App::$channel['channel_theme'] != 'plusfu
|
|||||||
set_pconfig(local_channel(), 'plusfuture', 'schema', '---');
|
set_pconfig(local_channel(), 'plusfuture', 'schema', '---');
|
||||||
|
|
||||||
echo ("アレ");
|
echo ("アレ");
|
||||||
$hoge = intval("$converse_width");
|
$hoge = intval($converse_width);
|
||||||
$converse_widtd = ($hoge * 2);
|
$converse_widtd = ($hoge * 2);
|
||||||
echo($converse_width);
|
echo($converse_width);
|
||||||
echo($converse_widtd);
|
echo($converse_widtd);
|
||||||
|
Reference in New Issue
Block a user