Index: branches/5.0.x/units/topics/topics_config.php =================================================================== diff -u -N -r13285 -r13323 --- branches/5.0.x/units/topics/topics_config.php (.../topics_config.php) (revision 13285) +++ branches/5.0.x/units/topics/topics_config.php (.../topics_config.php) (revision 13323) @@ -1,6 +1,6 @@ TABLE_PREFIX.'%3$sCategoryItems.PrimaryCat', 'ParentPath' => TABLE_PREFIX.'Category.ParentPath', + 'AltName' => 'img.AltName', 'SameImages' => 'img.SameImages', 'LocalThumb' => 'img.LocalThumb', 'ThumbPath' => 'img.ThumbPath', @@ -505,6 +506,7 @@ ), // for primary image + 'AltName' => Array ('type' => 'string', 'default' => ''), 'SameImages' => Array ('type' => 'string', 'default' => ''), 'LocalThumb' => Array ('type' => 'string', 'default' => ''), 'ThumbPath' => Array ('type' => 'string', 'default' => ''),