Revision 1772
Added by Luisehahne about 13 years ago
| add.php | ||
|---|---|---|
| 165 | 165 |
$sql .= '`target` = "_top", '; |
| 166 | 166 |
$sql .= '`page_title` = "'.$title.'", '; |
| 167 | 167 |
$sql .= '`menu_title` = "'.$title.'", '; |
| 168 |
$sql .= '`tooltip` = "'.$title.'", '; |
|
| 168 | 169 |
$sql .= '`template` = "'.$template.'", '; |
| 169 | 170 |
$sql .= '`visibility` = "'.$visibility.'", '; |
| 170 | 171 |
$sql .= '`position` = '.$position.', '; |
Also available in: Unified diff
! set title to tooltip if you add a pageX
! optimize upgrade-script, add new fields to user table