Diff of /mambo/branches/4.6/administrator/components/com_languages/actions/save.action.php
Parent Directory
|
Revision Log
|
Patch
| revision 561, Thu Jun 8 09:17:26 2006 UTC | revision 775, Wed Nov 1 12:18:49 2006 UTC | |
|---|---|---|
| # | Line 119 | Line 119 |
| 119 | $catalog->setHeaders($_POST['headers']); | $catalog->setHeaders($_POST['headers']); |
| 120 | ||
| 121 | foreach ($_POST as $key => $value) { | foreach ($_POST as $key => $value) { |
| 122 | if (preg_match('/^([a-z]+)[_]?([0-9]+)?_([0-9]+)$/', $key, $matches)) { | if (preg_match('/^([a-z]+[_]?[a-z]+?)[_]?([0-9]+)?_([0-9]+)$/', $key, $matches)) { |
| 123 | switch ($matches[1]) | switch ($matches[1]) |
| 124 | { | { |
| 125 | case 'msgid': | case 'msgid': |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |
Web Hosting provided by Network Redux.

