[Swfed-svn] swfed-svn [367] コードの整形

Zurück zum Archiv-Index

svnno****@sourc***** svnno****@sourc*****
2011年 2月 23日 (水) 22:43:20 JST


Revision: 367
          http://sourceforge.jp/projects/swfed/svn/view?view=rev&revision=367
Author:   yoya
Date:     2011-02-23 22:43:20 +0900 (Wed, 23 Feb 2011)

Log Message:
-----------
コードの整形

Modified Paths:
--------------
    trunk/www/swfimagelist.php
    trunk/www/swfshape.php


-------------- next part --------------
Modified: trunk/www/swfimagelist.php
===================================================================
--- trunk/www/swfimagelist.php	2011-02-23 13:41:39 UTC (rev 366)
+++ trunk/www/swfimagelist.php	2011-02-23 13:43:20 UTC (rev 367)
@@ -48,7 +48,6 @@
     }
     $image_filename = "$tmp_prefix$id-$cid$ext";
 
-
     if ($ext == '.jpg') {
         $image_data = $swf->getJpegData(intval($cid));
     } elseif($ext == '.png') {

Modified: trunk/www/swfshape.php
===================================================================
--- trunk/www/swfshape.php	2011-02-23 13:41:39 UTC (rev 366)
+++ trunk/www/swfshape.php	2011-02-23 13:43:20 UTC (rev 367)
@@ -6,8 +6,6 @@
 $shape_id = $_REQUEST['shape_id'];
 $ext      = $_REQUEST['ext'];
 
-
-
 $shape_filename = "$tmp_prefix$id-$shape_id$ext";
 $shape_data = file_get_contents($shape_filename);
 



Swfed-svn メーリングリストの案内
Zurück zum Archiv-Index