Author: ralfbecker
New Revision: 56090
URL: http://svn.stylite.de/viewvc/egroupware?rev=56090&view=rev
Log:
fix wrong case in “AsyncService” to “Asyncservice”
Modified:
trunk/admin/inc/class.admin_cmd.inc.php
trunk/calendar/inc/class.calendar_so.inc.php
trunk/calendar/setup/tables_update.inc.php
trunk/egroupware/doc/fix_api.php
trunk/mail/inc/class.mail_sieve.inc.php
trunk/phpgwapi/inc/class.asyncservice.inc.php
trunk/setup/db_backup.php
— trunk/admin/inc/class.admin_cmd.inc.php (original)
+++ trunk/admin/inc/class.admin_cmd.inc.php Mon May 9 11:15:48 2016
@@ -841,7 +841,7 @@
{
return admin_cmd::run_queued_jobs();
}
-
$async = new Api\Asyncservice();
// we cant use this class as callback, as it's abstract and ExecMethod used by the async service instanciated the class!
list($app) = explode('_',$class=$next['type']);
— trunk/calendar/inc/class.calendar_so.inc.php (original)
+++ trunk/calendar/inc/class.calendar_so.inc.php Mon May 9 11:15:48 2016
@@ -111,7 +111,7 @@
/**
* instance of the async object
*
-
-
@var Api\Asyncservice
/
var $async;
/*
— trunk/calendar/setup/tables_update.inc.php (original)
+++ trunk/calendar/setup/tables_update.inc.php Mon May 9 11:15:48 2016
@@ -1617,7 +1617,7 @@
function calendar_upgrade1_5_002()
{
// update the alarm methods
- $async = new Api\AsyncService();
- $async = new Api\Asyncservice();
foreach((array)$async->read(‘cal:%’) as $job)
{
if ($job[‘method’] == ‘calendar.bocalupdate.send_alarm’)
— trunk/egroupware/doc/fix_api.php (original)
+++ trunk/egroupware/doc/fix_api.php Mon May 9 11:15:48 2016
@@ -59,7 +59,7 @@
‘EGW_ACL_CUSTOM_2’ => ‘Api\Acl::CUSTOM2’,
‘EGW_ACL_CUSTOM_3’ => ‘Api\Acl::CUSTOM3’,
‘applications’ => ‘Api\Egw\Applications’,
- ‘asyncservice’ => ‘Api\AsyncService’,
- ‘asyncservice’ => ‘Api\Asyncservice’,
‘auth’ => ‘Api\Auth’,
‘categories’ => ‘Api\Categories’,
‘config::get_customfields’ => ‘Api\Storage\Customfields::get’,
— trunk/mail/inc/class.mail_sieve.inc.php (original)
+++ trunk/mail/inc/class.mail_sieve.inc.php Mon May 9 11:15:48 2016
@@ -745,7 +745,7 @@
throw new Api\Exception\WrongParameter(‘No acc_id given!’);
}
// setting up an async job to enable/disable the vacation message
— trunk/phpgwapi/inc/class.asyncservice.inc.php (original)
+++ trunk/phpgwapi/inc/class.asyncservice.inc.php Mon May 9 11:15:48 2016
@@ -17,6 +17,6 @@
/**
- The class implements a general eGW service to execute callbacks at a given time.
-
-
-
@deprecated use Api\AsyncService
-
-
@deprecated use Api\Asyncservice
*/
class asyncservice extends Api\Asyncservice {}
— trunk/setup/db_backup.php (original)
+++ trunk/setup/db_backup.php Mon May 9 11:15:48 2016
@@ -35,7 +35,7 @@
$is_setup = true;
}
$db_backup = new Api\Db\Backup();
-$asyncservice = new Api\AsyncService();
+$asyncservice = new Api\Asyncservice();
// download a backup, has to be before any output !!!
if ($_POST[‘download’])
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
eGroupWare-cvs mailing list
eGroupWare-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/egroupware-cvs