projects
/
tv2developer
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
52d9d3a
)
fixed www
origin
author
jkkn
<jkkn>
Thu, 29 Nov 2007 06:50:59 +0000
(06:50 +0000)
committer
jkkn
<jkkn>
Thu, 29 Nov 2007 06:50:59 +0000
(06:50 +0000)
content/tv2developer.js
patch
|
blob
|
history
version
patch
|
blob
|
history
diff --git
a/content/tv2developer.js
b/content/tv2developer.js
index c1a269d6c534d58dd7304045434e27b48cf97b05..92f44ec00c5240abe4245e656bcef130ffd46eb1 100755
(executable)
--- a/
content/tv2developer.js
+++ b/
content/tv2developer.js
@@
-249,8
+249,7
@@
var TV2Developer = {
if (tv2_user) tv2_user = tv2_user.replace(/^\./, '');
// php5 sites
- //var php5 = ((!tv2_sitename) || (this._reg_php5.test(tv2_sitename)));
- var php5 = ((tv2_sitename) && (this._reg_php5.test(tv2_sitename)));
+ var php5 = ((!tv2_sitename) || (this._reg_php5.test(tv2_sitename)));
var testType = php5 ? '' : '3';
// Find live, test and snapshot url for current site
diff --git
a/version
b/version
index d15dfad3b90e87880b1c1ab76cf9bd3d82693186..0426003ce38bba9118de7573594d74de24607373 100644
(file)
--- a/
version
+++ b/
version
@@
-1
+1
@@
-0.6.2
2
+0.6.2
4