mirror of
https://github.com/fspc/Yellow-Bike-Database.git
synced 2026-09-03 02:11:38 -04:00
This gets volunteer history select working correctly.
This commit is contained in:
@@ -268,7 +268,7 @@ $stand_time_value = STAND_TIME_VALUE;
|
||||
$query = 'SELECT volunteer FROM contacts WHERE contact_id="' . $_POST['contact_id'] . '";';
|
||||
$sql = mysql_query($query, $YBDB) or die(mysql_error());
|
||||
$result = mysql_fetch_assoc($sql);
|
||||
if ($result['history'] == "") {
|
||||
if ($result['volunteer'] == "") {
|
||||
echo "First Volunteer History";
|
||||
} else {
|
||||
// Description may have newlines
|
||||
|
||||
Reference in New Issue
Block a user