if (res.equals("t"))
this.email_notification = true;
res = ahr.getString("phone_notify");
- if (res.equals("t"))
- this.phone_notification = true;
+
+ if (res != null)
+ if (res.equals("t"))
+ this.phone_notification = true;
res = ahr.getString("frozen");
- if (res.equals("t"))
- this.suspended = true;
+ if (res != null)
+ if (res.equals("t"))
+ this.suspended = true;
pickup_lib = ahr.getInt("pickup_lib");
}
.getCount()
+ " out of "
+ search.visible);
-
}
break;
// Get reference to ImageView
recordImage = (ImageView) row
.findViewById(R.id.search_record_img);
- // TODO fix bugs + features
String imageHref = GlobalConfigs.httpAddress
+ "/opac/extras/ac/jacket/small/" + record.isbn;
// start async download of image