CodeIgniter Forums
Error message db_unsuported_feature vs db_unsupported_function - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: Error message db_unsuported_feature vs db_unsupported_function (/showthread.php?tid=5576)



Error message db_unsuported_feature vs db_unsupported_function - El Forum - 01-26-2008

[eluser]Seppo[/eluser]
Is there any difference between them?

$lang['db_unsupported_function'] = 'This feature is not available for the database you are using.';
$lang['db_unsuported_feature'] = 'Unsupported feature of the database platform you are using.';

I think both are used for the same... wouldn't be better to mix them in one?