Util.pm: when generating projects_html_list suppress errors
commit6a423303caa370e28a35cff69dcdd5de4e4ba4a2
authorKyle J. McKay <mackyle@gmail.com>
Wed, 7 Aug 2013 17:00:59 +0000 (7 10:00 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Wed, 7 Aug 2013 17:00:59 +0000 (7 10:00 -0700)
treeb19b4403e8f43ea7d1e5d3c426d269e36cb61c90
parent6ac9ad55e06301b332bc506f6d7faff4a4d433cd
Util.pm: when generating projects_html_list suppress errors

It's possible that when generating the projects_html_list the source
list is out of date (e.g. a project may have just been deleted), so
avoid dying during the does_exist check by passing in a nodie flag.
Girocco/Util.pm