fix E_NOTICE in tag list
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@455 b3834d28-1941-0410-a4f8-b48e95affb8f
This commit is contained in:
parent
ac1fd6d086
commit
4645da9521
1 changed files with 5 additions and 2 deletions
|
@ -2,10 +2,13 @@
|
|||
|
||||
|
||||
/* Managing all possible inputs */
|
||||
$select_watchlist = isset($select_watchlist)?$select_watchlist:'';
|
||||
$select_all = isset($select_all)?$select_all:'';
|
||||
$select_watchlist = isset($select_watchlist) ? $select_watchlist : '';
|
||||
$select_all = isset($select_all) ? $select_all : '';
|
||||
|
||||
$selected = ' selected="selected"';
|
||||
if (!isset($range)) {
|
||||
$range = '';
|
||||
}
|
||||
?>
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue