opensim-tools

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 71  →  ?path2? @ 72
/lib/fs/etc/cron.minutely/scriptchute
@@ -68,7 +68,7 @@
$result = mysql_query($query);
$regions = array();
while($row = mysql_fetch_array($result)) {
if(!preg_match("/^http:\/\//", $row[0])) {
if(!preg_match('/^http:\/\//', $row[0])) {
array_push($regions, $row[0]);
}
}