![]() |
Donors |
Our donation program is subdivided into levels, and people participating
at a given level, will be recognized here!
These are the people/organizations who have already donated or made grants in 2025! (Your name should be here!)#0 /var/www/html/gcam.org/source/generic_functions.php(227): sqlopen('...') #1 /var/www/html/gcam.org/donors.php(28): sqlrows('...') #2 /var/www/html/gcam.org/donors.php(54): donors('...')Error in sql - select v.year, v.amount, v.name, '$'||ltrim(to_char(v.level_start, '999,990')), v.level_name, v.picture, v.level_start from v_donor_levels v where v.year = 2025 UNION select 2025, null, null, '$'||ltrim(to_char(l.level_start, '999,990')), l.level_name, l.picture, l.level_start from donor_levels l where 2025 between l.start_year and l.end_year AND NOT EXISTS (select 1 from v_donor_levels where year = 2025 and amount between l.level_start and l.level_end) order by 7 desc, 2 desc, 3 |