Skip to content
This repository was archived by the owner on Dec 6, 2019. It is now read-only.

Commit ad0f169

Browse files
author
Nabeel Shahzad
committed
2.1.934 release, tagged 2.1.934
1 parent 6380725 commit ad0f169

File tree

4 files changed

+27
-27
lines changed

4 files changed

+27
-27
lines changed

core/common/PilotData.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -905,7 +905,7 @@ public static function getFieldData($pilotid, $inclprivate=false)
905905
public static function getFieldValue($pilotid, $title)
906906
{
907907
$sql = "SELECT f.fieldid, v.value
908-
FROM phpvms_customfields f, phpvms_fieldvalues v
908+
FROM ".TABLE_PREFIX."customfields f, ".TABLE_PREFIX."fieldvalues v
909909
WHERE f.fieldid=v.fieldid
910910
AND f.title='$title'
911911
AND v.pilotid=$pilotid";

core/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
933
1+
934

install/hashlist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ ab63202ba065d26ba190dc4c1591f67b *./core/common/RSSFeed.class.php
3838
7effd313a0c2f3de986a4dc3d5825102 *./core/common/SchedulesData.class.php
3939
6e69bbf6f5d8b534b77f051a63cd9466 *./core/common/UserGroups.class.php
4040
b3e6a4926ee94b822c5d74fa158356b1 *./core/common/Countries.class.php
41-
d0680d4301fa638e605d0248a46cd4f8 *./core/common/PilotData.class.php
41+
82ae35dc0c48e2b65670bfa45cc7945c *./core/common/PilotData.class.php
4242
26e531f8277d02302cb015bdd5ef1210 *./core/common/GoogleChart.class.php
4343
38194165ce248461f6cad42f49e63341 *./core/common/SettingsData.class.php
4444
f8184cef63518b12c6e94ae96b2fe96c *./core/common/NavData.class.php

0 commit comments

Comments
 (0)