I'm not sure if this is a bug or not, but..
if I make a clean install of vbgallery 2.5.1, I see one content of profile_start plugin and in the security notice
Security Notice: Update for vBGallery v2.5 I see another content of profile_start plugin.
What is the difference?
---
In the security notice, string 107:
'profile_column' => TYPE_INT,
and in a clean vbgallery 2.5.1 install:
'profile_column' => TYPE_NOHTML,
---
In the security notice, string 159:
$db->escape_string("
and in a clean vbgallery 2.5.1 install:
$db->query_write("
Is that a bug or not? Where strings are better?