Index: temp/trunk/html/admin/system/bkup.php
===================================================================
--- temp/trunk/html/admin/system/bkup.php	(revision 5681)
+++ temp/trunk/html/admin/system/bkup.php	(revision 5682)
@@ -252,6 +252,5 @@
 	
 	foreach($arrColList['defval'] as $key => $val){
-		sfprintr(substr($val,0,10));
-		if (substr($val,0,10) == 'nextval(\'') {
+		if (substr($val,0,9) == 'nextval(\'') {
 			sfprintr($val);
 		}		
