[Smartupload-svn] [12]

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2011年 4月 25日 (月) 15:25:43 JST


Revision: 12
          http://sourceforge.jp/projects/smartupload/svn/view?view=rev&revision=12
Author:   hryksbt
Date:     2011-04-25 15:25:43 +0900 (Mon, 25 Apr 2011)

Log Message:
-----------


Modified Paths:
--------------
    trunk/SmartUpload/upload_file.php


-------------- next part --------------
Modified: trunk/SmartUpload/upload_file.php
===================================================================
--- trunk/SmartUpload/upload_file.php	2011-04-25 06:24:40 UTC (rev 11)
+++ trunk/SmartUpload/upload_file.php	2011-04-25 06:25:43 UTC (rev 12)
@@ -32,7 +32,7 @@
 		$db = new PDO($dsn, $user, $password);
 		$db->query("show tables".'<br>');
 
-		// データベース
+		// データベース処理
 		$stmt = $db->prepare(
 			"INSERT INTO data_info (filename, uploaddate, data_size)
 				VALUES(? ,now() ,?)");



Smartupload-svn メーリングリストの案内
Back to archive index