Index: branches/dev/html/tb/index.php
===================================================================
--- branches/dev/html/tb/index.php	(revision 12058)
+++ branches/dev/html/tb/index.php	(revision 14324)
@@ -180,5 +180,10 @@
 	$arrData["create_date"] = "now()";
 	$arrData["update_date"] = "now()";
-
+    
+    if(!isset($arrData['url'])){
+    $arrData['url'] = '';
+    }
+    if(!isset($arrData['excerpt']))
+    $arrData['excerpt'] = '';
 	// ¥Ç¡¼¥¿¤ÎÅÐÏ¿
 	$table = "dtb_trackback";
