Changeset 599 for trunk/Application
- Timestamp:
- Dec 6, 2013, 10:30:44 PM (11 years ago)
- Location:
- trunk/Application
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Application/System.php
r598 r599 124 124 if($Action['Icon'] == '') $Action['Icon'] = 'clear.png'; 125 125 if(substr($Action['URL'], 0, 4) != 'http') $Action['URL'] = $this->Link($Action['URL']); 126 if( $this->User->CheckPermission('System', 'Read', 'Item', $Id))126 if(!defined('NEW_PERMISSION') or $this->User->CheckPermission('System', 'Read', 'Item', $Id)) 127 127 $Output .= '<img alt="'.$Action['Title'].'" src="'.$this->Link('/images/favicons/'.$Action['Icon']). 128 128 '" width="16" height="16" /> <a href="'.$Action['URL'].'">'.$Action['Title'].'</a>'; -
trunk/Application/Version.php
r597 r599 1 1 <?php 2 2 3 $Revision = 59 7; // Subversion revision3 $Revision = 599; // Subversion revision 4 4 $DatabaseRevision = 597; // SQL structure revision 5 $ReleaseTime = '2013-1 1-20';5 $ReleaseTime = '2013-12-06';
Note:
See TracChangeset
for help on using the changeset viewer.