Signed-off-by: Marc Delisle <marc@infomarc.info>
This commit is contained in:
Marc Delisle 2014-08-26 08:03:25 -04:00
parent ab46427606
commit b520496b5c

View File

@ -14,7 +14,7 @@ require_once 'libraries/relation.lib.php';
/**
* Function to get html for displaying the page edit/delete form
*
* @param string $db databasae name
* @param string $db database name
* @param string $operation 'edit' or 'delete' depending on the operation
*
* @return string html content
@ -52,7 +52,7 @@ function PMA_getHtmlForEditOrDeletePages($db, $operation)
/**
* Function to get html for displaying the page save as form
*
* @param string $db databasae name
* @param string $db database name
*
* @return string html content
*/
@ -1361,4 +1361,4 @@ function PMA_getCacheImages()
return $html;
}
?>
?>