Index: branches/5.0.x/units/articles/articles_config.php =================================================================== diff -u -N -r13288 -r13326 --- branches/5.0.x/units/articles/articles_config.php (.../articles_config.php) (revision 13288) +++ branches/5.0.x/units/articles/articles_config.php (.../articles_config.php) (revision 13326) @@ -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', @@ -461,6 +462,7 @@ 'ParentPath' => Array ('type' => 'string', 'default' => ''), // for primary image + 'AltName' => Array ('type' => 'string', 'default' => ''), 'SameImages' => Array ('type' => 'string', 'default' => ''), 'LocalThumb' => Array ('type' => 'string', 'default' => ''), 'ThumbPath' => Array ('type' => 'string', 'default' => ''),