Revert last commit; passing by reference like that causes deprecation PHP notices...
authorpdontthink <pdontthink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 10 Dec 2006 20:11:29 +0000 (20:11 +0000)
committerpdontthink <pdontthink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 10 Dec 2006 20:11:29 +0000 (20:11 +0000)
commit0fe6826dea43672464c3c159302fc1273e02d3cb
treecc9e5eea1f0f9b6b1a473579cf3fc80338f52c3a
parent4d7e2270627a22566d0dee9d60324fe515eaeb2a
Revert last commit; passing by reference like that causes deprecation PHP notices in PHP4.  It is the responsibility of the receiving plugin to accept the args by reference if it intends to change its value.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11995 7612ce4b-ef26-0410-bec9-ea0150e637f0
functions/plugin.php