mirror of
https://github.com/e107inc/e107.git
synced 2025-08-21 05:41:58 +02:00
PHPDoc fixes and code optimization.
This commit is contained in:
@@ -470,10 +470,11 @@ class media_form_ui extends e_admin_form_ui
|
||||
|
||||
|
||||
/**
|
||||
* Resize a single image.
|
||||
* @param string
|
||||
* @param int
|
||||
* @param int
|
||||
* Resize a single image.
|
||||
* @param string $oldpath
|
||||
* @param int $w
|
||||
* @param int $h
|
||||
* @return bool|void
|
||||
*/
|
||||
public function resizeImage($oldpath,$w,$h)
|
||||
{
|
||||
|
Reference in New Issue
Block a user