Changeset 9985 for trunk/inc/design.inc.php
- Timestamp:
- 04/06/09 23:30:15 (3 years ago)
- File:
-
- 1 edited
-
trunk/inc/design.inc.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/inc/design.inc.php
r9984 r9985 287 287 //impl 288 288 289 $sValues = db_value( "SELECT `Values` FROM ` ProfileFields` WHERE `Name` = '$sField'" );289 $sValues = db_value( "SELECT `Values` FROM `sys_profile_fields` WHERE `Name` = '$sField'" ); 290 290 291 291 if( substr( $sValues, 0, 2 ) == '#!' ) {
Note: See TracChangeset
for help on using the changeset viewer.