Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Z
z-push
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Björn Fischer
z-push
Commits
41d1a07b
Commit
41d1a07b
authored
Jan 24, 2017
by
Manfred Kutas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ZP-1147 Typo in DeviceInformation tag name.
Released under the Affero GNU General Public License (AGPL) version 3.
parent
cf35c690
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
zpushdefs.php
src/lib/core/zpushdefs.php
+1
-1
wbxmldefs.php
src/lib/wbxml/wbxmldefs.php
+1
-1
No files found.
src/lib/core/zpushdefs.php
View file @
41d1a07b
...
@@ -565,7 +565,7 @@ define("SYNC_SETTINGS_REPLYMESSAGE", "Settings:ReplyMessage");
...
@@ -565,7 +565,7 @@ define("SYNC_SETTINGS_REPLYMESSAGE", "Settings:ReplyMessage");
define
(
"SYNC_SETTINGS_BODYTYPE"
,
"Settings:BodyType"
);
define
(
"SYNC_SETTINGS_BODYTYPE"
,
"Settings:BodyType"
);
define
(
"SYNC_SETTINGS_DEVICEPW"
,
"Settings:DevicePassword"
);
define
(
"SYNC_SETTINGS_DEVICEPW"
,
"Settings:DevicePassword"
);
define
(
"SYNC_SETTINGS_PW"
,
"Settings:Password"
);
define
(
"SYNC_SETTINGS_PW"
,
"Settings:Password"
);
define
(
"SYNC_SETTINGS_DEVICEINFORMATION"
,
"Settings:DeviceInformaton"
);
define
(
"SYNC_SETTINGS_DEVICEINFORMATION"
,
"Settings:DeviceInformat
i
on"
);
define
(
"SYNC_SETTINGS_MODEL"
,
"Settings:Model"
);
define
(
"SYNC_SETTINGS_MODEL"
,
"Settings:Model"
);
define
(
"SYNC_SETTINGS_IMEI"
,
"Settings:IMEI"
);
define
(
"SYNC_SETTINGS_IMEI"
,
"Settings:IMEI"
);
define
(
"SYNC_SETTINGS_FRIENDLYNAME"
,
"Settings:FriendlyName"
);
define
(
"SYNC_SETTINGS_FRIENDLYNAME"
,
"Settings:FriendlyName"
);
...
...
src/lib/wbxml/wbxmldefs.php
View file @
41d1a07b
...
@@ -602,7 +602,7 @@ class WBXMLDefs {
...
@@ -602,7 +602,7 @@ class WBXMLDefs {
0x13
=>
"BodyType"
,
//12.0, 12.1 and 14.0
0x13
=>
"BodyType"
,
//12.0, 12.1 and 14.0
0x14
=>
"DevicePassword"
,
//12.0, 12.1 and 14.0
0x14
=>
"DevicePassword"
,
//12.0, 12.1 and 14.0
0x15
=>
"Password"
,
//12.0, 12.1 and 14.0
0x15
=>
"Password"
,
//12.0, 12.1 and 14.0
0x16
=>
"DeviceInformaton"
,
//12.0, 12.1 and 14.0
0x16
=>
"DeviceInformat
i
on"
,
//12.0, 12.1 and 14.0
0x17
=>
"Model"
,
//12.0, 12.1 and 14.0
0x17
=>
"Model"
,
//12.0, 12.1 and 14.0
0x18
=>
"IMEI"
,
//12.0, 12.1 and 14.0
0x18
=>
"IMEI"
,
//12.0, 12.1 and 14.0
0x19
=>
"FriendlyName"
,
//12.0, 12.1 and 14.0
0x19
=>
"FriendlyName"
,
//12.0, 12.1 and 14.0
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment