Bugfixes, removed warnings, XHTML compliance
This commit is contained in:
parent
5b885ddbfd
commit
e136fb5b4e
3 changed files with 16 additions and 15 deletions
|
|
@ -296,7 +296,7 @@ sub newByPalette {
|
|||
my $session = shift;
|
||||
my $paletteId = shift;
|
||||
|
||||
my $sth = $session->db->read('select imageColor.* from imageColor, imagePaletteColors where '.
|
||||
$sth = $session->db->read('select imageColor.* from imageColor, imagePaletteColors where '.
|
||||
' imageColor.colorId=imagePaletteColors.colorId and paletteId=?', [
|
||||
$paletteId
|
||||
]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue