'.print_r($content, true).''); // Construct human-readable description $ret = sprintf("%s (%s)", $content['descr'], $content['code']); } // END - if // Free the result SQL_FREERESULT($result); // Return info return $ret; } // Adds a country code selection box function addCountryCodeSelectionBox ($countryCode = NULL) { // The admin may see all $whereStatement = "WHERE `is_active`='Y'"; // Is admin? if (isAdmin()) { // Then display all codes $whereStatement = ''; } // END - if // Generate the HTML code $OUT = ''; // Return it return $OUT; } // [EOF] ?>