From the following files:
brampton gjukebox # fgrep -R COVERVA *
sql/settings.sql:insert into settings values
('COVERVARIUS','Sort various albums under
V','check.p','',20160);
sql/update4100.sql:insert into settings values
('COVERVARIUS','Sort various albums underV','check.p','');
sql/update4110.sql:UPDATE settings SET position= 20160
WHERE name='COVERVARIUS';
And indeed, I checked my database:
mysql> select * from settings where name like "COVERV%";
+-------------+-----------------------------+---------+-------+----------+
| name | description | type |
value | position |
+-------------+-----------------------------+---------+-------+----------+
| COVERVARIUS | Sort various albums under V | check.p |
| 20160 |
+-------------+-----------------------------+---------+-------+----------+
1 row in set (0.00 sec)
However, in program.php there are two lines indicating
the following:
if (fetchsetting("COVERVARIOUS"))