[Openfirst-cvscommit] members workspace.php,1.15,1.16
Brought to you by:
xtimg
From: <xt...@us...> - 2003-12-29 16:31:49
|
Update of /cvsroot/openfirst/members In directory sc8-pr-cvs1:/tmp/cvs-serv23282 Modified Files: workspace.php Log Message: Quote . Bug ID: 13, 14, 15 Index: workspace.php =================================================================== RCS file: /cvsroot/openfirst/members/workspace.php,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** workspace.php 22 Dec 2003 17:25:46 -0000 1.15 --- workspace.php 29 Dec 2003 16:31:43 -0000 1.16 *************** *** 123,127 **** } closedir($current_dir); ! rmdir(${dir}); } --- 123,127 ---- } closedir($current_dir); ! rmdir('$dir'); } |