Changeset 730 for trunk/Application


Ignore:
Timestamp:
Jan 13, 2015, 12:18:19 AM (10 years ago)
Author:
chronos
Message:
  • Added: Scheduler available action table. Modules can register actions as read only items in table.
Location:
trunk/Application
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Application/System.php

    r729 r730  
    210210              echo($Output);
    211211      } else echo('Command "'.$argv[1].'" not supported.'."\n");       
    212         }
    213         //print_r($argv);
     212        } else echo('No command was given as parameter'."\n");
    214213  }
    215214 
  • trunk/Application/Version.php

    r729 r730  
    11<?php
    22
    3 $Revision = 729; // Subversion revision
    4 $DatabaseRevision = 729; // SQL structure revision
    5 $ReleaseTime = strtotime('2015-01-11');
     3$Revision = 730; // Subversion revision
     4$DatabaseRevision = 730; // SQL structure revision
     5$ReleaseTime = strtotime('2015-01-12');
Note: See TracChangeset for help on using the changeset viewer.