Changeset 2327:9c8ed72b597e for inc/admin
- Timestamp:
- 10/10/13 11:26:12 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/admin/lib.moduleslist.php
r2291 r2327 162 162 public function setURL($url) 163 163 { 164 $this->page_qs = strpos('?', $url) ? '& ' : '?';164 $this->page_qs = strpos('?', $url) ? '&' : '?'; 165 165 $this->page_url = $url; 166 166 … … 600 600 echo 601 601 '<td class="module-name nowrap" scope="row">'.($config ? 602 '<a href="'.$this->getURL('module='.$id.'& conf=1').'" title"'.sprintf(__('Configure module "%s"'), html::escapeHTML($module['name'])).'">'.html::escapeHTML($module['name']).'</a>' :602 '<a href="'.$this->getURL('module='.$id.'&conf=1').'" title"'.sprintf(__('Configure module "%s"'), html::escapeHTML($module['name'])).'">'.html::escapeHTML($module['name']).'</a>' : 603 603 html::escapeHTML($module['name']) 604 604 ).'</td>';
Note: See TracChangeset
for help on using the changeset viewer.