Home » Internationalization » Translation2 » Bug #2570
Missing Admin::update()
Details
| Request #2570 | Missing Admin::update() |
|---|---|
| Submitted | 2004-10-19 15:38 UTC |
| From | ylf at xung dot org |
| Status | Closed |
| Package | Translation2 |
| PHP Version | 4.3.4 |
| OS | Linux Debian (testing) |
| Roadmaps | (Not assigned) |
Comments
[2004-10-19 15:38 UTC] ylf at xung dot org
Description:
------------
It looks like to modify a string, one has to call subsequently Admin::remove() and Admin::add().
What if a concurrent process tries to fetch that string between the two calls ?
Wouldn't it be more relevant to have an Admin::update() method ?