- replaced mysql_query() with query_appdb()
- removed opendb() - removed query_userdb() - removed error handling from the code as it is done with query_appdb()
This commit is contained in:
@@ -36,8 +36,6 @@ if(!$versionId) {
|
||||
$versionId = 0;
|
||||
}
|
||||
|
||||
opendb();
|
||||
|
||||
// We have input, but wrong input
|
||||
if( ( $width AND !is_numeric($width) ) || ( $height AND !is_numeric($height) ) )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user