
16 Dec
2015
16 Dec
'15
4:40 p.m.
Deleting and re-syncing includes didn't work, though I was able to get it to run successfully by swapping these two lines in update.php
include_once("includes/definitions.inc.php"); include("includes/functions.inc.php");
get_obs_attrib is defined in 'includes/common.inc.php', but that is only getting included into update.php through 'includes/functions.inc.php'.