Skip to content

Commit

Permalink
改行整理。
Browse files Browse the repository at this point in the history
  • Loading branch information
satopian committed Jan 31, 2022
1 parent 18049b5 commit b53aea5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions petitnote/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -1045,7 +1045,6 @@ function img_replace(){

writeFile($rp, implode("", $r_arr));


if($_oya ==='oya'){

while ($_line = fgets($fp)) {
Expand Down Expand Up @@ -1363,7 +1362,6 @@ function edit(){

writeFile($rp, implode("", $r_arr));


if($_oya==='oya'){

while ($_line = fgets($fp)) {
Expand Down Expand Up @@ -1469,7 +1467,6 @@ function del(){
delete_files ($imgfile, $time);//一連のファイルを削除
$line=implode("",$line);
writeFile ($rp, $line);

}
$find=true;
break;
Expand Down Expand Up @@ -1527,7 +1524,6 @@ function catalog($page=0,$q=''){
if($j>120){
break 2;
}

}
}
fclose($cp);
Expand Down

0 comments on commit b53aea5

Please sign in to comment.