|
|
@@ -2634,7 +2634,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
-
|
|
|
+ int wish_count = [iSalesDB get_recordcount:db table:@"wishlist" where:@"1=1"];
|
|
|
+ [header setObject:[NSString stringWithFormat:@"%d",wish_count] forKey:@"wish_count"];
|
|
|
|
|
|
[ret setObject:header forKey:@"header"];
|
|
|
[ret setValue:nsmode forKey:@"mode"];
|
|
|
@@ -2648,8 +2649,7 @@
|
|
|
sqlite3_finalize(statement);
|
|
|
}
|
|
|
|
|
|
- int wish_count = [iSalesDB get_recordcount:db table:@"wishlist" where:@"1=1"];
|
|
|
- [ret setObject:[NSString stringWithFormat:@"%d",wish_count] forKey:@"wish_count"];
|
|
|
+
|
|
|
|
|
|
[iSalesDB close_db:db];
|
|
|
|