Diff of /mambo/branches/4.6/administrator/components/com_categories/admin.categories.php
Parent Directory
|
Revision Log
|
Patch
| revision 1710, Mon May 19 10:35:47 2008 UTC | revision 1711, Mon May 19 10:39:45 2008 UTC | |
|---|---|---|
| # | Line 430 | Line 430 |
| 430 | break; | break; |
| 431 | ||
| 432 | case 'apply': | case 'apply': |
| 433 | $msg = 'Changes to Category saved'; | $msg = T_('Changes to Category saved'); |
| 434 | mosRedirect( 'index2.php?option=com_categories§ion='. $redirect .'&task=editA&hidemainmenu=1&id='. $row->id, $msg ); | mosRedirect( 'index2.php?option=com_categories§ion='. $redirect .'&task=editA&hidemainmenu=1&id='. $row->id, $msg ); |
| 435 | break; | break; |
| 436 | ||
| 437 | case 'save': | case 'save': |
| 438 | default: | default: |
| 439 | $msg = 'Category saved'; | $msg = T_('Category saved'); |
| 440 | mosRedirect( 'index2.php?option=com_categories§ion='. $redirect, $msg ); | mosRedirect( 'index2.php?option=com_categories§ion='. $redirect, $msg ); |
| 441 | break; | break; |
| 442 | } | } |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |
Web Hosting provided by Network Redux.

