mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +01:00
removed an echo I left in ExecObject()
This commit is contained in:
parent
5bbe1f8056
commit
17347d9bcb
@ -101,7 +101,6 @@
|
|||||||
{
|
{
|
||||||
/* Need to make sure this is working against a single dimensional object */
|
/* Need to make sure this is working against a single dimensional object */
|
||||||
$partscount = substr_count($object, '.');
|
$partscount = substr_count($object, '.');
|
||||||
echo 'partscount = '.$partscount;
|
|
||||||
if ($partscount == 2)
|
if ($partscount == 2)
|
||||||
{
|
{
|
||||||
list($appname,$classname,$functionname) = explode(".", $object);
|
list($appname,$classname,$functionname) = explode(".", $object);
|
||||||
|
Loading…
Reference in New Issue
Block a user