Please guide me

Hi,
In Objects for review section, displays all the object titles which are stored in objects_for_review_settings table.I was added new column in object_for_review_settings as br_no and also inserted the data into that br_no column.I want show this br_no value side of title.For that i used this line " echo $setting[$row[‘br_no’]] = $row[‘br_no’];" in the " function &getSetting($objectId, $metadataId)" in objectsforreviewsettingsDAO.in.php file .but it also have some problem i.e, that br_no is displaying other pages also.So please guide me how to display it.
see below

problem page