lvhao 4 months ago
parent
commit
8182a95eeb
1 changed files with 3 additions and 3 deletions
  1. 3 3
      core/CoreApp/controllers/Whlabel.php

+ 3 - 3
core/CoreApp/controllers/Whlabel.php

@@ -3862,9 +3862,9 @@ class Whlabel extends Start_Controller {
 				$rows[$key]['q'] = $q;
 				$rows[$key]['z'] = $z;
 				
-				// $features = str_replace(array('-163-','-164-','-165-','-166-'),'-',$value['features']);
-			    // $features = explode('-',trim($features,'-'));
-				// $rows[$key]['dbcontent'] = $typeclass[$features[0]]['title'];
+				$features = str_replace(array('-163-','-164-','-165-','-166-'),'-',$value['features']);
+			    $features = explode('-',trim($features,'-'));
+				$rows[$key]['dbcontent'] = $typeclass[$features[0]]['title'];
 				// $pm = $classid;
 				// $jm = $classid;
 				// foreach($features as $k=>$v)