Update of /cvsroot/openfirst/members
In directory sc8-pr-cvs1:/tmp/cvs-serv12050
Modified Files:
workspace.php
Log Message:
Remove single quotes in favour of no quotes. Fixes Bug ID #23
Index: workspace.php
===================================================================
RCS file: /cvsroot/openfirst/members/workspace.php,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** workspace.php 29 Dec 2003 16:54:58 -0000 1.17
--- workspace.php 31 Dec 2003 05:19:18 -0000 1.18
***************
*** 123,127 ****
}
closedir($current_dir);
! rmdir('$dir');
}
--- 123,127 ----
}
closedir($current_dir);
! rmdir($dir);
}
|