This duplicate line causes a crash when importing my old data

master
Ciaran Gultnieks 2011-01-27 16:05:29 +00:00
parent 50379da3ee
commit 0ff84c725b
1 changed files with 1 additions and 2 deletions

View File

@ -807,7 +807,6 @@ public class AdministrationFunctions extends Activity {
//String author_id = imported[3];
String title = "";
title = imported[4];
try {
title = imported[4];
} catch (Exception e) {
@ -1092,4 +1091,4 @@ public class AdministrationFunctions extends Activity {
mDbHelper.close();
}
}
}