Fixed important issue with row styling

This commit is contained in:
ultimatemember
2015-01-09 20:12:06 +02:00
parent c9a092ed48
commit 3ab001ce97
5 changed files with 114 additions and 120 deletions
+1 -1
View File
@@ -31,7 +31,7 @@
$save[ $_metakey ]['icon'] = '';
foreach( $array['post'] as $key => $val){
if ( substr( $key, 0, 1) === '_' && $val != '' ) { // field attribute
if ( substr( $key, 0, 1) === '_' ) { // field attribute
$new_key = ltrim ($key,'_');
if ( $new_key == 'options' ) {