- check for field 'theme' in table 'panel_session' as it's being used before the update, fixes #607
- add some missing css-classes for the updater Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
@@ -150,6 +150,11 @@ class db
|
||||
return @mysql_close($this->link_id);
|
||||
}
|
||||
|
||||
function getDbName()
|
||||
{
|
||||
return $this->database;
|
||||
}
|
||||
|
||||
/**
|
||||
* Escapes user input to be used in mysql queries
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user