r35
(Fixed issue with </body> in function ob_template().
Swapped ...) committed by neogeek0101
- Fixed issue with </body> in function ob_template().
Swapped order of if statement in function array_walk_recursive().
Added PHP_EOL to end of the error reporting output in the function error().
Added case-insensitive pattern modifier to regular expression in function field_type().
Cleaned up whitespace in function sanitize_data().
Added year to function timeago().
Cleaned up whitespace in function url_query().
Prevented $output from being just a question mark in function url_query() when there are no
variables in the url query.
Removed in_array() function and replaced it with a simple comparison in $Database->Process().
Fixed the OpenID class to work with all test sites. (10/10)
Removed two unused variables from $Template->Generate().
Changed way in which total_rows is calculated.
Added new functionality to $Template->Form() which auto generates certain form elements.
Fixed issue with </body> in function ob_template().
Swapped order of if statement in function array_walk_recursive().
Added PHP_EOL to end of the error reporting output in the function error().
Added case-insensitive pattern modifier to regular expression in function field_type().
Cleaned up whitespace in function sanitize_data().
Added year to function timeago().
Cleaned up whitespace in function url_query().
Prevented $output from being just a question mark in function url_query() when there are no
variables in the url query.
Removed in_array() function and replaced it with a simple comparison in $Database->Process().
Fixed the OpenID class to work with all test sites. (10/10)
Removed two unused variables from $Template->Generate().
Changed way in which total_rows is calculated.
Added new functionality to $Template->Form() which auto generates certain form elements.