mirror of
https://github.com/e107inc/e107.git
synced 2025-08-27 00:05:46 +02:00
Fix for google and microsoft advertising auto-tags
This commit is contained in:
@@ -5481,7 +5481,9 @@ var_dump($select_options);*/
|
||||
$false = $parms['false'];
|
||||
}
|
||||
else
|
||||
{
|
||||
{
|
||||
// https://stackoverflow.com/questions/2965971/how-to-add-images-in-select-list
|
||||
|
||||
$false = ($value === '') ? "□" : "✗";
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user