Changeset 710
- Timestamp:
- Jan 5, 2014, 2:24:18 PM (11 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Translation/Form.php
r655 r710 248 248 $Text = $Text.' '.$LineAJ[$TextItem['Column']]; 249 249 250 $names = array(); 251 if ($this->System->User->Licence(LICENCE_USER)) 250 252 if(($GroupId < 4) or ($GroupId == 10) or ($GroupId == 11)) { 251 253 //<span class="edit">barvou.</span> -
trunk/includes/Version.php
r709 r710 6 6 // and system will need database update. 7 7 8 $Revision = 7 09; // Subversion revision8 $Revision = 710; // Subversion revision 9 9 $DatabaseRevision = 695; // Database structure revision 10 $ReleaseTime = '2014-01-0 4';10 $ReleaseTime = '2014-01-05';
Note:
See TracChangeset
for help on using the changeset viewer.