1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-19 21:02:09 +02:00

Code cleanup

This commit is contained in:
Cameron
2020-12-18 19:55:12 -08:00
parent 2b8a3cff60
commit 5b82c292b1
80 changed files with 1888 additions and 1731 deletions

View File

@@ -700,7 +700,7 @@ class eurl_admin_ui extends e_admin_controller_ui
/**
* Set extended (UI) Form instance
* @return e_admin_ui
* @return eurl_admin_ui
*/
public function _setUI()
{
@@ -712,7 +712,7 @@ class eurl_admin_ui extends e_admin_controller_ui
/**
* Set Config object
* @return e_admin_ui
* @return eurl_admin_ui
*/
protected function _setConfig()
{
@@ -875,12 +875,12 @@ class eurl_admin_form_ui extends e_admin_form_ui
}
}
/*
if(strpos($path,'noid')!==false)
{
// $exampleUrl .= "   ‡"; //XXX Add footer - denotes more CPU required. ?
$exampleUrl .= "   ‡"; //XXX Add footer - denotes more CPU required. ?
}
*/
$selected = varset($obj->current[$module]) == $location ? "selected='selected'" : '';
$opt .= "<option value='{$location}' {$selected} >".$diz.": ".$exampleUrl[0]."</option>";