Whitespace changes (these files use tabs, not spaces)
This commit is contained in:
parent
9d6ac396b3
commit
7a7999865e
|
@ -37,7 +37,6 @@ if ( !class_exists( 'Simple_Map' ) ) {
|
|||
add_filter( 'sm_tag-text', array( &$this, 'backwards_compat_tags_text' ) );
|
||||
add_filter( 'sm_day-text', array( &$this, 'backwards_compat_days_text' ) );
|
||||
add_filter( 'sm_time-text', array( &$this, 'backwards_compat_times_text' ) );
|
||||
|
||||
}
|
||||
|
||||
// This function generates the code to display the map
|
||||
|
|
|
@ -47,10 +47,10 @@ if ( !class_exists( 'SM_XML_Search' ) ){
|
|||
$limit_int = 250;
|
||||
$limit = "LIMIT 250";
|
||||
}
|
||||
else
|
||||
else {
|
||||
$limit_int = absint( $input['limit'] );
|
||||
$limit = 'LIMIT ' . $limit_int;
|
||||
|
||||
}
|
||||
$limit = apply_filters( 'sm-xml-search-limit', $limit );
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user