1
0
This commit is contained in:
Ian
2015-08-15 16:44:45 +02:00
parent d0994583ce
commit 8b8dcfd968
3 changed files with 3 additions and 3 deletions

View File

@ -239,7 +239,7 @@ function serendipity_db_reconnect() {
* Prepares a Serendipty query input to fully valid SQL. Replaces certain "template" variables.
*
* @access public
* @param string SQL query with template variables to convert
* @param string SQL query with template variables to convert
* @return ressource SQL ressource handle of the executed query
*/
function serendipity_db_schema_import($query) {

View File

@ -957,7 +957,7 @@ function serendipity_probeInstallation($item) {
* Sets a HTTP header
*
* @access public
* @param string The HTTP headre to set
* @param string The HTTP header to set
* @return null
*/
function serendipity_header($header) {