* oops. Removing debugging information I left behind!
This commit is contained in:
parent
1d229d5ad1
commit
4b626a3cc9
|
@ -469,7 +469,6 @@ function groups_read($server,$port,$load=0,$force_reload=false) {
|
|||
return;
|
||||
}
|
||||
if(!$force_reload && file_exists($cachefile) && $load == 0) {
|
||||
echo 'using cached version of groups';
|
||||
// cached file exists and is new enough, so lets read it out.
|
||||
$file=fopen($cachefile,"r");
|
||||
$data="";
|
||||
|
|
Loading…
Reference in New Issue