diff options
author | flop25 <flop25@piwigo.org> | 2012-04-17 11:41:10 +0000 |
---|---|---|
committer | flop25 <flop25@piwigo.org> | 2012-04-17 11:41:10 +0000 |
commit | 9f9798e1eada362e229949a18c8a0178366761e1 (patch) | |
tree | 6d9376399faa9dfc90b08208049443467dbbf6dd | |
parent | 2e17c9eefb66cef39fa6a588c251779003ffcae6 (diff) |
"Notice: Undefined index: rotation" for element_set_ranks.php : rotation added to the db query
git-svn-id: http://piwigo.org/svn/trunk@14198 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | admin/element_set_ranks.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/element_set_ranks.php b/admin/element_set_ranks.php index e66e84f74..7320dc0bf 100644 --- a/admin/element_set_ranks.php +++ b/admin/element_set_ranks.php @@ -194,7 +194,7 @@ SELECT file, path, representative_ext, - width, height, + width, height, rotation, name, rank FROM '.IMAGES_TABLE.' |